Build在RStudio上工作,在travis上,但不是通过devtools :: install_github

时间:2016-10-26 23:41:15

标签: r devtools

我在github repository的分支上有一个包。这个版本似乎在Travis-CI上取得了成功,当我点击“Build& A;刷新'在RStudio。但是,当我install_github时,我收到错误消息:

  

错误:运行命令"" C:/R/R-33~1.1/bin/x64/R" --no-site-file --no-environ --no-save --no-restore --quiet CMD config CC'有状态2

特定命令是:

devtools::install_github("hughparsonage/grattan", ref = "CRAN-2016")

sessionInfo()

R version 3.3.1 (2016-06-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

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] grattan_0.4.0.1        microbenchmark_1.4-2.1 testthat_1.0.2         devtools_1.12.0       

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.7      assertthat_0.1   dplyr_0.5.0      digest_0.6.10    crayon_1.3.2     withr_1.0.2      chron_2.3-47     grid_3.3.1       R6_2.2.0        
[10] plyr_1.8.4       DBI_0.5-1        gtable_0.2.0     magrittr_1.5     scales_0.4.0     ggplot2_2.1.0    data.table_1.9.6 tools_3.3.1      munsell_0.4.3   
[19] rsconnect_0.5    colorspace_1.2-7 memoise_1.0.0    tibble_1.2  

0 个答案:

没有答案