简体   繁体   中英

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

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

Packages -> install packages.

When i Write:

Library(Rcmdr)

R show this error:

在此处输入图片说明

How i can Solve this error?

Thanks for the help.

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.

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM