Skip to content
Snippets Groups Projects
Commit 216ffe15 authored by eharstad's avatar eharstad
Browse files

updated R package installation guide

parent 0fc7a0bf
No related branches found
No related tags found
1 merge request!308updated R package installation guide
......@@ -3,6 +3,8 @@ title = "Using R Libraries"
description = "How to install R packages on HCC resources."
+++
{{% panel theme="danger" header="**R Package Installation Best Practices**" %}}The preferred way to install R packages is using the [Anaconda Package Manager]({{< relref "using_anaconda_package_manager" >}}), which allows users to create custom software environments. Unlike the R installer, Anaconda automatically resolves even external compatibility/dependency issues, and is therefore a better choice for many applications. The instructions are provided here as a reference and for use when a particular R package is not available via conda. In those cases, we recommend using conda first to install any needed external dependencies or other R packages, then install the desired package within R.{{% /panel %}}
Many commonly used R packages are included in the base R installation available on HCC clusters,
such as `tidyverse` and `stringr`. However, users are able to install other packages in their
user libraries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment