Versions Compared

Key

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

...

Info

First step is knowing what your environment is using, and where these packages are installed:

Remember : to use .libPaths()

Code Block
[]$ module load gcc/13.2.0 r/4.4.0
[]$ R
R version 4.4.0 (2024-04-24) -- "Puppy Cup"
...
> .libPaths()
[1] "/cluster/medbow/home/salexan5/R/x86_64-pc-linux-gnu-library/4.4"
[2] "/apps/u/spack/gcc/13.2.0/r/4.4.0-pvzi4gp/rlib/R/library"
> quit()

[salexan5@mblog1 ~]$ ls /apps/u/spack/gcc/13.2.0/r/4.4.0-pvzi4gp/rlib/R/library
base  compiler  datasets  graphics  grDevices  grid  methods  parallel  splines  stats  stats4  tcltk  tools  translations  utils

[salexan5@mblog1 ~]$ ls /cluster/medbow/home/salexan5/R/x86_64-pc-linux-gnu-library/4.4
class     cli    DBI    e1071  generics  KernSmooth  magrittr  pillar     proxy  R6    rlang  sf       stringr  tidyr       units  vctrs  wk
classInt  cpp11  dplyr  fansi  glue      lifecycle   MASS      pkgconfig  purrr  Rcpp  s2     stringi  tibble   tidyselect  utf8   withr  XML
Info

Anything ARCC has installed will not be updated. We will create a new version of the base R.

...

Track the R Packages and Versions you have Installed

...