소스 검색

Clarify PATH warning on install

simplify
Garrick Aden-Buie 7 년 전
부모
커밋
d7b8cf1e77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      R/install.R

+ 1
- 1
R/install.R 파일 보기

warning = function(w) "" warning = function(w) ""
) )
if (which_gathertweet == "") { if (which_gathertweet == "") {
log_warn("gathertweet may not be installed in a location visible to your system path")
log_warn("{location} may not be in your system's PATH")
log_warn("You may need to fully specify `{location}/gathertweet` to run gathertweet") log_warn("You may need to fully specify `{location}/gathertweet` to run gathertweet")
} else { } else {
log_info("You can now call gathertweet from the command line") log_info("You can now call gathertweet from the command line")

Loading…
취소
저장