I'm quite new to R so I don't understand what this error message is telling me. When I try to load the car package I get this message :
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’
I'm working on the R studio cloud on a Chromebook. I believe the version is 3.6.0.
I've also tried this code but with no avail :
install.packages("car",dependencies=TRUE)