unable to load library packages from linux command

Re: unable to load library packages from linux command

by Erik Spence -
Number of replies: 0
Is this a problem? You should be able to use both.

This is caused by running R as Administrator and then installing packages. And then running R as yourself, and then installing packages.

The solution is to follow the instructions on the Software Requirements page, but to list both directories in your environment variable.

export R_LIBS="/c/Users/Madison Argo/Documents/R/win-library/4.1:/c/Program Files/R/R-4.1.2/library"

Let me know if this works.