I'm trying to load the car packege, bur I get this error message:
Error: package or namespace load failed for ‘car’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.5 is already loaded, but >= 0.4.7 is required
I don't think I already have loaded antoher version of the car packge. How do I deal with this problem? I have this problem with several other packeges I'm trying to load as well.
The problem is the version you have so you need to update it. The library() command only loads the package in memory, it doesn't update it, try with this command and tell us if you get any error message while doing so.