915
edits
Changes
→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 ==