R: Difference between revisions

Jump to navigation Jump to search
No change in size ,  3 years ago
no edit summary
No edit summary
No edit summary
Line 93: Line 93:
To install packages from [https://cran.r-project.org/ CRAN], you can use <tt>install.packages</tt> while running an interactive R 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> [[Utiliser des modules/en|module]] before trying to install any R packages. Use the same version of the <tt>gcc</tt> for all packages you install.
To install packages from [https://cran.r-project.org/ CRAN], you can use <tt>install.packages</tt> while running an interactive R 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> [[Utiliser des modules/en|module]] before trying to install any R packages. Use the same version of the <tt>gcc</tt> for all packages you install.
{{Command
{{Command
|module load gcc/7.3.0 r/4.0.2
|module load gcc/9.3.0 r/4.0.2
}}
}}
==== Installing for a specific R version ==== <!--T:18-->
==== Installing for a specific R version ==== <!--T:18-->
Bureaucrats, cc_docs_admin, cc_staff
2,306

edits

Navigation menu