我正在尝试通过install_github安装包rpivottable。 在尝试时我收到错误:
Downloading github repo smartinsightsfromdata/rpivotTable@master
Installing rpivotTable
"C:/R/R-PORT~1/App/R-PORT~1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore CMD INSTALL \
"C:/Users/..../AppData/Local/Temp/RStudioPortableTemp/RtmpyAFPYw/devtools1df857205157/smartinsightsfromdata-rpivotTable-4c7d219" \
--library="C:/R/R-Portable/App/R-Portable/library" --install-tests
Error: Command failed (5)
正确安装了Rtools,find_rtools返回TRUE。
由于计算机上管理策略的限制,我在Rportable版本上运行R.特别是我必须从R设置PATH,因为我没有从Windows访问,但在安装并重新安装后,PATH包含两个到Rtools和gcc bin的路径。
我的sessionInfo上的信息在这里:
R version 3.1.3 (2015-03-09)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252 LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
[5] LC_TIME=English_Australia.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] shiny_0.11.1 devtools_1.8.0
loaded via a namespace (and not attached):
[1] bitops_1.0-6 digest_0.6.8 git2r_0.10.1 htmltools_0.2.6 httpuv_1.3.2 httr_0.6.1 memoise_0.2.1 mime_0.3 R6_2.0.1
[10] Rcpp_0.11.6 RCurl_1.95-4.6 RJSONIO_1.3-0 rversions_1.0.0 stringr_0.6.2 tools_3.1.3 XML_3.98-1.1 xtable_1.7-4
我不认为这个问题与软件包有关,因为在我遇到htmlwidgets问题之前如果尝试通过install_github进行安装,我设法直接从CRAN安装它来解决问题。
我已经检查了install_github的代码,但是我找不到生成命令失败(5)的错误消息。在调用堆栈中进入几个级别后,我迷路了。
任何帮助将不胜感激。