there is no package called ‘data.table’

When I try to install car package in r and load it following error occurs

library(car)
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 ‘data.table’

please be kind enough to pull me up from this

Have you tried installing the missing package?

install.packages("data.table")
2 Likes

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.