Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
No edit summary |
||
Line 90: | Line 90: | ||
== Installing R packages == <!--T:18--> | == Installing R packages == <!--T:18--> | ||
To install packages from [https://cran.r-project.org/ CRAN], you can use the <tt>install.packages</tt> facility inside the R interpreter. Many R packages are developed using the Gnu family of compilers so we recommend that you load a <tt>gcc</tt> module before trying to install any R packages, using the same version of the <tt>gcc</tt> module for each package: | To install packages from [https://cran.r-project.org/ CRAN], you can use the <tt>install.packages</tt> facility inside the R interpreter while running in an interactive session on the cluster's login node. Many R packages are developed using the Gnu family of compilers so we recommend that you load a <tt>gcc</tt> module before trying to install any R packages, using the same version of the <tt>gcc</tt> module for each package: | ||
{{Command | {{Command | ||
|module load gcc/5.4.0 | |module load gcc/5.4.0 |