|
This page is a repository of information for the K/M lab to use when using R or when working on the servers in general.
First, if you haven’t already, read the aquamacs, memory, parallelization, and UNIX pages in the R section of this website. The other R pages are optional.
If you want to load the functions I have written in R and also load the packages discussed in the ‘parallelization’ page, you can run this command in R and it will load all that. NOTE: the packages pnmath0, foreach, doMC, and multicore must already be installed on the machine/server that you’re using for this script to load the packages.
R> source("http://www.matthewckeller.com/public/Rprofile.site")
|