R: Error in dyn.load(file, DLLpath = DLLpath, …)

前端 未结 4 2214
醉话见心
醉话见心 2021-01-04 12:33

I have worked now for some time on an R project in my office\'s desktop computer, but need to carry the scripts with me while on travel. I copied everything into my laptop a

4条回答
  •  再見小時候
    2021-01-04 13:09

    For Mac / Linux

    1. Press command + space
    2. Type terminal and press enter to open terminal. In terminal paste this open /Library/Frameworks/R.framework/Resources/library and press enter. A finder window should open with a lot of folders
    3. Each folder matches an installed R package.
    4. Delete them all, close RStudio, reopen RStudio and install the packages you need with install.packages("dplyr") etc

    After I did this, the issue went away

提交回复
热议问题