简体   繁体   中英

Installing package “icd9” in R from Github with Rtools ERROR

I'm trying to install package "icd9" from Github repository.

First I've installed devtools package.

Then

devtools::install_github("jackwasey/icd9")

After this line I have following report:

  Downloading GitHub repo jackwasey/icd9@master Installing icd9 "C:/PROGRA~1/R/R-32~1.3/bin/x64/R" --no-site-file --no-environ --no-save \\ --no-restore CMD INSTALL \\ "C:/Users/rubal/AppData/Local/Temp/RtmpEHgKOa/devtools1fd4455976bc/jackwasey- icd9-ad36b5b" \\ --library="C:/Users/rubal/Documents/R/win-library/3.2" --install-tests * installing *source* package 'icd9' ... Предупреждение: работающая команда 'sh ./configure.win' имеет статус 127 ERROR: configuration failed for package 'icd9' * removing 'C:/Users/rubal/Documents/R/win-library/3.2/icd9' Error: Command failed (1) 

What I do wrong? How could I install this package?

Latecomer to this question, but as I'm the author of the said package, I should let you know that 'icd9' is deprecated. Now all ICD-9 and ICD-10 functions are contained in the much slicker, much faster icd package on CRAN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM