Error: package ‘car’ could not be loaded. [Rcmdr]

Reco Jhonatan picture Reco Jhonatan · Sep 2, 2016 · Viewed 7.8k times · Source

i try install R Commander from RGui. i install Rcmdr package so:

Packages -> install packages.

When i Write:

Library(Rcmdr)

R show this error:

enter image description here

How i can Solve this error?

Thanks for the help.

Answer

Technophobe01 picture Technophobe01 · Sep 2, 2016

Reco,

Try the following:

  1. Launch RGui (64)
  2. Select Packages from the Menu
  3. Select "Select CRAN Mirror...
    • 3.1 Select "0-Cloud [https]
  4. Select Install Packages
    • 4.1 Select Rcmdr
  5. Select Install Packages
    • 5.1 Select Rcmdrmisc
  6. require(Rcmdr)

Note: _My personal recommendation is to install RStudio.

enter image description here

enter image description here