Changes

Analysing Data on Armis or Great Lakes using Rmd Files

283 bytes added, 17:02, 10 July 2023
Submitting Scripts to the Server: Added notes about installing R packages
== Submitting Scripts to the Server ==
 
Some R packages may need to be installed in your home folder. To do this go to your home folder <code>cd ~/</code> and enter
 
<code>module load R
R
install.packages("PACKAGE_NAME")
</code>
 
Follow the prompts agreeing to make a personal library and using the Michigan mirror (71)
== Transferring Results ==