简体   繁体   English

使用Rtools从Github在R中安装软件包“ icd9”错误

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

I'm trying to install package "icd9" from Github repository. 我正在尝试从Github存储库安装软件包“ icd9”。

First I've installed devtools package. 首先,我安装了devtools软件包。

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. 这个问题后来来了,但是由于我是上述软件包的作者,所以我应该告诉您'icd9'已过时。 Now all ICD-9 and ICD-10 functions are contained in the much slicker, much faster icd package on CRAN. 现在,所有ICD-9和ICD-10功能都包含在CRAN上更加流畅,更快的icd软件包中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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