====== R ====== **R** is a software module available on **Comet**. ===== R overview ===== To access **R** on Comet, run ''module load R''. This will load the //default// version of **R**. An overview of the module information is shown below (''module -r spider ^R$''): R: Description: R is a free software environment for statistical computing and graphics. Versions: R/4.3.2-gfbf-2023a R/4.4.2-gfbf-2024a R/4.5.1-gfbf-2024a For detailed information about a specific "R" package (including how to load the modules) use the module's full name. Note that names that have a trailing (E) are extensions provided by other modules. For example: $ module spider R/4.5.1-gfbf-2024a If there are multiple versions of **R** listed, then you can load a //specific// version as follows: $ module load R/version_string You can find the most //up to date information// whilst logged on to Comet by running ''module -r spider ^R$''. ---- ===== R Help ===== The module **R** has the following embedded help text (''module help R''): Description =========== R is a free software environment for statistical computing and graphics. More information ================ - Homepage: https://www.r-project.org/ Included extensions =================== askpass-1.2.1, base, base64enc-0.1-3, brew-1.0-10, brio-1.1.5, bslib-0.8.0, cachem-1.1.0, callr-3.7.6, cli-3.6.3, clipr-0.8.0, commonmark-1.9.2, compiler, cpp11-0.5.0, crayon-1.5.3, credentials-2.0.2, curl-6.0.1, datasets, desc-1.4.3, devtools-2.4.5, diffobj-0.3.5, digest-0.6.37, downlit-0.4.4, ellipsis-0.3.2, evaluate-1.0.1, fansi-1.0.6, fastmap-1.2.0, fontawesome-0.5.3, fs-1.6.5, gert-2.1.4, gh-1.4.1, gitcreds-0.1.2, glue-1.8.0, graphics, grDevices, grid, highr-0.11, htmltools-0.5.8.1, htmlwidgets-1.6.4, httpuv-1.6.15, httr-1.4.7, httr2-1.0.6, ini-0.3.1, jquerylib-0.1.4, jsonlite-1.8.9, knitr-1.49, later-1.3.2, lifecycle-1.0.4, magrittr-2.0.3, memoise-2.0.1, methods, mime-0.12, miniUI-0.1.1.1, openssl-2.2.2, parallel, pillar-1.9.0, pkgbuild-1.4.5, pkgconfig-2.0.3, pkgdown-2.1.1, pkgload-1.4.0, praise-1.0.0, prettyunits-1.2.0, processx-3.8.4, profvis-0.4.0, promises-1.3.0, ps-1.8.1, purrr-1.0.2, R6-2.5.1, ragg-1.3.3, rappdirs-0.3.3, rcmdcheck-1.4.0, Rcpp-1.0.13-1, rematch2-2.1.2, remotes-2.5.0, rlang-1.1.4, rmarkdown-2.29, roxygen2-7.3.2, rprojroot-2.0.4, rstudioapi-0.17.1, rversions-2.1.2, sass-0.4.9, sessioninfo-1.2.2, shiny-1.9.1, sourcetools-0.1.7-1, splines, stats, stats4, stringi-1.8.4, stringr-1.5.1, sys-3.4.3, systemfonts-1.1.0, tcltk, testthat-3.2.1.1, textshaping-0.4.0, tibble-3.2.1, tinytex-0.54, tools, urlchecker-1.0.1, usethis-3.0.0, utf8-1.2.4, utils, vctrs-0.6.5, waldo-0.6.1, whisker-0.4.1, withr-3.0.2, xfun-0.49, xml2-1.3.6, xopen-1.0.1, xtable-1.8-4, yaml-2.3.10, zip-2.3.1 ---- ===== R Dependencies ===== The //default// version of the module **R** has the following dependencies: * gfbf/2024a * X11/20240607-GCCcore-13.3.0 * Mesa/24.1.3-GCCcore-13.3.0 * libGLU/9.0.3-GCCcore-13.3.0 * cairo/1.18.0-GCCcore-13.3.0 * libreadline/8.2-GCCcore-13.3.0 * ncurses/6.5-GCCcore-13.3.0 * bzip2/1.0.8-GCCcore-13.3.0 * XZ/5.4.5-GCCcore-13.3.0 * zlib/1.3.1-GCCcore-13.3.0 * SQLite/3.45.3-GCCcore-13.3.0 * PCRE2/10.43-GCCcore-13.3.0 * libpng/1.6.43-GCCcore-13.3.0 * libjpeg-turbo/3.0.1-GCCcore-13.3.0 * LibTIFF/4.6.0-GCCcore-13.3.0 * Java/17 * libgit2/1.8.1-GCCcore-13.3.0 * OpenSSL/3 * cURL/8.7.1-GCCcore-13.3.0 * Tk/8.6.14-GCCcore-13.3.0 * HarfBuzz/9.0.0-GCCcore-13.3.0 * FriBidi/1.0.15-GCCcore-13.3.0 ---- [[:advanced:software|Back to software]]