R CRAN, install library Rcpp fails after R3.2 upgrade

后端 未结 8 976
不思量自难忘°
不思量自难忘° 2020-12-06 17:41

I upgraded from R-3.1 to R-3.2. OK ( Standard upgrade)

But this upgrade seems to have lost all the installed packages ( ggplot2, quantmod, Rcpp among dozens and doze

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 18:16

    I was doing a first time install with R3.2.0 & installing "devtools" package and faced a similar error:

    Warning in install.packages : 
    unable to move temporary installation 
    ‘C:\Users\ravi\Documents\R\win-library\3.2\file1f7414af6d89\Rcpp’ 
    to ‘C:\Users\ravi\Documents\R\win-library\3.2\Rcpp’
    

    Many other packages were installed but the Rcpp. And the devtools package wasn't showing up installed (library function failed). After installing just the Rccp package again however the library function worked for me and find_rtools() returned true.

提交回复
热议问题