library(Rcmdr)
Loading required package: RcmdrMisc
Error: package or namespace load failed for ‘RcmdrMisc’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘latticeExtra’
Error: package ‘RcmdrMisc’ could not be loaded
In addition: Warning messages:
1: package ‘Rcmdr’ was built under R version 3.5.3
2: package ‘RcmdrMisc’ was built under R version 3.5.3
You are missing this dependency, try installing it
install.packages("latticeExtra")
But also, have in mind that Rcmdr
might not be compatible with RStudio so it is better if you launch it from the R GUI instead.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.