Versions Compared

Key

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

...

The R module is available on Pawsey systems:

$ module load r/4.12.02

Pawsey systems also preconfigure the shell environment to provide a meaningful location for user-specific package installations (in this case, R will interpret %v as 4.1), as seen below. This step is automatically run for you. 

...

Let's load the R module:

$ module load r/4.12.02

Now let's install Rcpp from its downloaded tarball:

...

Let's load the R module:


$ module load r/4.12.02


Now let's install Rcpp from its downloaded tarball and specify the install location:

...