Rcmdr Install Help - Error message

How do I fix this so I can load Rcmdr? Im using a Macbook and have the latest version of R. This is what pops up:

Loading required package: RcmdrMisc
Loading required package: car
Error: package or namespace load failed for ‘car’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘openxlsx’
Error: package ‘car’ could not be loaded

You need to install the package first. Try install.packages("openxlsx")

1 Like

It worked!! Thanks so much.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.