Closed surmann closed 5 years ago
remove.packages('Rcpp')
should help. However, it would be interesting to know why this error occurs. I mean, why the prior installation cannot be removed. Maybe you have only restricted rights for the package install directory?
I can remove the package, even not being an admin. However, than rupdate
is not possible any more, because on import of rt
depends on Rcpp
.
If
rupdate
has to update the packageRcpp
I get the following error on my evil Windows machine:After that
rt
cannot be loaded when I startR
.Does anyone know the reason for this issue and how to solve it?