Unable to load car package in R

I think you have successfully installed car, but it is failing to load due to a missing dependency, the package data.table. Try install.packages("data.table"). If R wants to compile the package from source and runs into trouble, see this related discussion:

4 Likes