hello,
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?
Thanks