Forum Discussion
R Visual Rcpp package error
- 8 years ago
I had yesterday the same problem. Only reinstalling (or even go back to older versions) did not help.
Only after I deleted the libraries in "<user>/documents/R" and in "<user>/library" and reinstalled R and installed the packages I needed, the problem was solved.
I think mixed package versions in <user>/library did give the problem for me. I did not know that packages were also in that directory. Only uninstall R en delete "<user>/documents/R" was not enough.
The newest version of PowerBi and R (3.5.1) are now working for me. - 7 years ago
my problem....old versions installed here "<user>/library" ...and newer ones "<user>/documents/R". Deleting "<user>/library" work!! **bleep**ing libraries...only 6 where the problem...I updated libraries several times... "<user>/documents/R"
I reinstall libraries and keeps on failing could anyone test this on new R 3.5.1 and check if Rcpp is compatible?
HI dpombal,
Actually, you need to refer to error message to add libraries to R script until finish add all requests libraries and packs.(I fix one similar missing package issues by this method)
Regards,
Xiaoxin Sheng
- dpombal8 years agoPost Partisan
I am not understanding you, how can I fix this...if all libraries are installed an in Rstudio works ok...
thanks in advance
- dpombal8 years agoPost Partisan
Rcpp also fails with PBIVIZ custom visuals...like timeseries forecasting, and charts i cannot modify
- Anonymous8 years agoNot applicable
HI dpombal,
I mean you can install bold part package (display in error message) on r studio side to fix failed loading issue.(install until no similar error message appears)
Error: package or namespace load failed for 'xxxxxx':
In addition, custom visual failed means request packages failed to load(missing or not compatibility).
Regards,
Xiaoxin Sheng