Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We also have two other versions of R installed "side by side" – R-3.4.4 and R-34.50.3  – which can be accessed by typing R-3.4.4,  R-34.50.3 from the command line. However these R versions are not available in R Studio Server because its R version setting can only be set to one value system-wide and cannot be specified per-user.

...

If you need a GUI environment to access versions of R other than 3.6.1, an option that provides maximum per-user flexibility is as follows. Use the R Studio Server web application for R 3.6.1-compatible workflows. For workflows requiring other R versions, users can install the R Studio desktop application on their own desktop/laptop computers, using an underlying version(s) of R 3.4/34.50. Then, users can access files on shared storage by mounting their Work area file system via Samba (see Samba remote file system access for more information). The main drawback to this workflow is that typical personal computers do not have as much RAM as POD compute servers, and some R tasks can be memory intensive. What users can do in such cases is test the code in R Studio on their desktop computer, using smaller data sets if necessary. Then run the "full" workflow from the POD compute server command line using the appropriate R version.

...

  • R 3.4.4
    • /usr/lib/R/library
    • /usr/lib/R/site-library
  • R 3.56.31 /stor/system/opt/R/R-3.56.31/lib/R/library
  • R 34.60.13 /stor/system/opt/R/R-34.60.13/lib/R/library

Local/Global package installation conflicts

...