是否有其他人有問題從github構建slidingify包?我想玩,但安裝返回一個錯誤。下面是我用commmands並導致錯誤:從源代碼構建Slidify包
> library(devtools)
Rtools not on path and not installed in default location.
Warning message:
package ‘devtools’ was built under R version 2.14.2
> install_github('slidify', 'ramnathv')
Installing github repo(s) slidify/master from ramnathv
Installing slidify.zip from https://github.com/ramnathv/slidify/zipball
Installing slidify
* checking for file 'C:\Users\btibert\AppData\Local\Temp\RtmpsrQIgw\ramnathv-slidify-954647c/DESCRIPTION' ... OK
* preparing 'slidify':
* checking DESCRIPTION meta-information ... OK
Warning in .write_description(db, ldpath) :
Unknown encoding with non-ASCII data: converting to ASCII
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building 'slidify_0.1.tar.gz'
ERROR
packaging into .tar.gz failed
Error: Command failed (1)
In addition: Warning message:
running command '"C:/PROGRA~1/R/R-214~1.1/bin/i386/R" CMD build "C:\Users\btibert\AppData\Local\Temp\RtmpsrQIgw\ramnathv-slidify-954647c" --no-manual --no-vignettes' had status 1
我在Windows 7上,但這裏是我的會話信息,以防萬一:
> sessionInfo()
R version 2.14.1 (2011-12-22)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_0.6 plyr_1.7.1 RODBC_1.3-4
loaded via a namespace (and not attached):
[1] RCurl_1.9-5.1 tools_2.14.1
更新:更新至R 2.15.0之後,我得到以下錯誤(即使安裝Rtools後):
Warning: invalid package 'Files/R/R-2.15.0/library'
Error: ERROR: cannot cd to directory 'C:/Program'
Error: Command failed (1)
In addition: Warning message:
running command '"C:/PROGRA~1/R/R-215~1.0/bin/i386/R" CMD INSTALL C:\Users\btibert\AppData\Local\Temp\Rtmp8oMxGU/slidify_0.1.tar.gz --library=C:/Program Files/R/R-2.15.0/library' had status 1
我開發了'slidingify'。我在Mac上,所以我不確定這個問題會是什麼。我會看看我是否可以找到一臺Windows機器來構建並找出問題所在。根據你的錯誤信息,它看起來像一個'rtools'安裝問題。也許''devtools'郵件列表或'github'上的某個人可以提供幫助。 – Ramnath
在Mac上工作很好....不幸的是我在工作時使用Windows機器。感謝把這些放在一起,我一直在等待一段時間。 – Btibert3
我現在在Windows7上,安裝正常。 Btibert3我認爲問題在於,當滑動具有R(> = 2.15.0)作爲依賴關係時,您正在運行2.14。 – Dason