Trouble loading 'car' package

Error Information:

Error: package or namespace load failed for ‘car’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.7 is already loaded, but >= 0.4.10 is required
In addition: Warning message:
package ‘car’ was built under R version 4.0.5

Description of issue -
The above error is returned when trying to load the car package

Steps taken so far -
Re-installed package, Updated R Studio to Version 1.4.1106

System Information:

  • RStudio Edition: Desktop
  • RStudio Version: 1.4.1106
  • OS Version: Windows 10

Just to clarify, RStudio is an IDE for the R programming language but its version doesn't has any effect on your R package library.

The error message is asking you to update this package dependency, try with

install.packages("rlang")

Do you get any error message?

This topic was automatically closed 21 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.