twitter / AnomalyDetection

Anomaly Detection with R
GNU General Public License v3.0
3.55k stars 779 forks source link

Cannot remove prior installation of package ‘Rcpp’? #112

Open esride-jts opened 4 years ago

esride-jts commented 4 years ago

Error: Failed to install 'AnomalyDetection' from GitHub: (converted from warning) cannot remove prior installation of package ‘Rcpp’

Which version of R is supported?

w-logan-downing commented 3 years ago

I can't comment on an official solution but I had to close out my R session and start fresh installing the packages one by one and trying to install AnomalyDetection after each install. It took a little while but I eventually got everything installed. My understanding is that error indicates that R has that package loaded and can't update it because of this.