Error when using VIM package

I'm trying to run VIM and am receiving the following messages, specifically 'package ‘VIM’ was built under R version 3.2.5.' Suggestions?

library(VIM)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : 
  there is no package called ‘car’
In addition: Warning message:
package ‘VIM’ was built under R version 3.2.5 
Error: package or namespace load failed for ‘VIM’

Silly question: do you have car :package: already installed?
You can also try reinstall this package, then VIM.

1 Like