Error: Unable to Load Installed Packages Just Now

error: unable to load installed packages just now

I found the solution:

export LD_LIBRARY_PATH=/usr/lib/jvm/java-7-oracle/lib/amd64:/usr/lib/jvm/java-7-oracle/jre/lib/amd64/server

then

sudo R CMD javareconf

Note: The path (java-7-oracle) needs to be updated based on your Java installation.

Unable to import a module that is definitely installed

In my case, it is permission problem. The package was somehow installed with root rw permission only, other user just cannot rw to it!

Unable to load installed packages in Rstudio on Ubuntu 20.04: sh: 1: make: not found

You need to have make installed.

Try running:

sudo apt-get install build-essential

in the terminal.

Packages won't install through RStudio

If the problem persists, go to C:\Program Files\R\R-4.0.3 and right click on the 'library' folder. Go to 'properties', and click on the 'security' tab. Edit the access rights to give yourself (user) rights to edit.



Related Topics



Leave a reply



Submit