Im trying to install and load a package called "webr". It allows me to create "Piedonuts" - a donut chart with a piechart in the middle.
unfortunately, when I try loading the package, this is the error I get
library(webr)
Error: package or namespace load failed for ‘webr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘Rcpp’ 1.0.6 is already loaded, but >= 1.0.7 is required
I've updated my version of RStudio. What exactly does this error message mean, how can I rectify it?
install.packages("webr")
Error in install.packages : Updating loaded packages
install.packages("webr")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
If you want to set your default package library as the R-version level package library you need to execute R as "administrator" to be able to install into that folder.