All Apps and Add-ons

What is the default folder that the R Analytics app looks for installed R libraries?

xiangtaner
Path Finder

Hi,

What's the default folder that the R Analytics app looks for installed R libraries?

All my R libraries are installed in the folder: /home/{username}/R/x86_64-pc-linux-gnu-library/3.3

But it seems that R Analytics App does NOT show the libraries under it, instead it shows a different set of libraries. I have opencpu installed on the machine where R is installed.

Thanks!

0 Karma
1 Solution

gwobben
Communicator

Hi xiangtaner,

It looks like you've already found the right spot. The packages should be installed to /usr/local/lib/R/site-library and this folder cannot be changed (at least not that I've found). The reason for this is security. When users can execute code in R via the API they might install packages that you don't want in your environment. Therefore R will create a new folder for every request to the API and everything the user does is confined to this folder, including installing packages.

The easiest way to install packages for all users is:

sudo R
install.packages(<package_name>, lib = "/usr/local/lib/R/site-library")

I will update the documentation with these instructions. This is the link to the OpenCPU documentation (chapter 3.2 deals with installing packages): https://cran.r-project.org/web/packages/opencpu/vignettes/opencpu-server.pdf

View solution in original post

gwobben
Communicator

Hi xiangtaner,

It looks like you've already found the right spot. The packages should be installed to /usr/local/lib/R/site-library and this folder cannot be changed (at least not that I've found). The reason for this is security. When users can execute code in R via the API they might install packages that you don't want in your environment. Therefore R will create a new folder for every request to the API and everything the user does is confined to this folder, including installing packages.

The easiest way to install packages for all users is:

sudo R
install.packages(<package_name>, lib = "/usr/local/lib/R/site-library")

I will update the documentation with these instructions. This is the link to the OpenCPU documentation (chapter 3.2 deals with installing packages): https://cran.r-project.org/web/packages/opencpu/vignettes/opencpu-server.pdf

xiangtaner
Path Finder

Hi gwobben, Thanks for the clarification!

0 Karma

xiangtaner
Path Finder

Found out that the R libraries location that R Analytics App use is /usr/lib/R/library which is the system R libraries. Then the question is whether we can change it to R user library /home/{username}/R/x86_64-pc-linux-gnu-library/3.3.

Thanks!

0 Karma
Get Updates on the Splunk Community!

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...

Splunk AppDynamics Agents Webinar Series

Mark your calendars! On June 24th at 12PM PST, we’re going live with the second session of our Splunk ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...