[R] Rtools 3.3 is not compatible with R 3.2.0.?
Shi, Tao
shidaxia at yahoo.com
Wed Apr 22 01:01:41 CEST 2015
hi list,
Any updates on this issue? Thank you very much!
Tao
> devtools::install_github("rstudio/packrat")
WARNING: Rtools 3.3 found on the path at c:/Rtools is not compatible with R 3.2.0.
Please download and install Rtools 3.1 from http://cran.r-project.org/bin/windows/Rtools/, remove the incompatible version from your PATH, then run find_rtools().
Downloading github repo rstudio/packrat at master
Installing packrat
"C:/PROGRA~1/R/R-32~1.0/bin/x64/R" --vanilla CMD INSTALL \
"C:/Users/tshi/AppData/Local/Temp/Rtmp6VYlhX/devtools25dc273e706c/rstudio-packrat-42b76ad" --library="C:/Program Files/R/R-3.2.0/library" \
--install-tests
* installing *source* package 'packrat' ...
** R
** inst
** tests
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (packrat)
> find_rtools()
WARNING: Rtools 3.3 found on the path at c:/Rtools is not compatible with R 3.2.0.
Please download and install Rtools 3.1 from http://cran.r-project.org/bin/windows/Rtools/, remove the incompatible version from your PATH, then run find_rtools().
> sessionInfo()
R version 3.2.0 (2015-04-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_1.7.0 packrat_0.4.3-19
loaded via a namespace (and not attached):
[1] httr_0.6.1 tools_3.2.0 RCurl_1.95-4.5 stringr_0.6.2 bitops_1.0-6
More information about the R-help
mailing list