[R] Rtools 3.3 is not compatible with R 3.2.0.?

2015-04-21 Thread Shi, Tao
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@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.0RCurl_1.95-4.5 stringr_0.6.2  bitops_1.0-6

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Rtools 3.3 is not compatible with R 3.2.0.?

2015-04-21 Thread Hadley Wickham
It's been fixed in the dev version, and I'm planning on submitting to
CRAN in the near future.
Hadley

On Tue, Apr 21, 2015 at 6:01 PM, Shi, Tao shida...@yahoo.com wrote:
 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@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.1252LC_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.0RCurl_1.95-4.5 stringr_0.6.2  bitops_1.0-6



-- 
http://had.co.nz/

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.