unable to load car package

I am unable to install car package. Any hints on what I am missing? I get the following in R studio

package ‘car’ successfully unpacked and MD5 sums checked

library(car)
Loading required package: carData
Error: package or namespace load failed for ‘car’ in rbind(info, getNamespaceInfo(env, "S3methods")):
number of columns of matrices must match (see arg 2)
In addition: Warning message:
package ‘car’ was built under R version 4.0.3

Thanks

What version of R?

It looks like the error message is saying you need the most recent version which is 4.0.3

That did the trick. Many thanks!!

John

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.