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

后端 未结 8 1008
不思量自难忘°
不思量自难忘° 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:02

    I had the same issue: installed "shiny" but running library(shiny) returns error message saying I have no Rcpp package. Installed Rcpp package and got warning

    package ‘Rcpp’ successfully unpacked and MD5 sums checked Warning: unable to move temporary installation The downloaded binary packages are in Temp folder C:\Users\Olga\AppData\Local\Temp\RtmpyOXKt4\downloaded_packages

    I opened the above folder and copied folder Rcpp from it into the location where it needs to be. Shiny is up and running now.

提交回复
热议问题