Skip to content
Prev 890 / 2152 Next

GPU packages and 'Debian R Policy'

Hi there,

We have an Ubuntu-based host for a Tesla GPU card.

We thus have a core R installtion provided by Ubuntu's
packages.

I have been asked to add a number of GPU-related R packages
but am keen to keep a disticntion between packages I can manage
via the Synaptic/Apt interfaces and those I need to install
locally.

I found references to the 'Debian R Policy' dating back to 2003.

Is that, /usr/local/lib/R/site-library, still the accepted/acceptable
way to go?

On other resources, where the built-from-source R, which I notice
doesn't create a site-library directory, was installed as /opt/R,
I'd placed libraries into /opt/Rlibs and ensured R_LIBS was set
in the environment.

Kevin