« Install R Statistical Package | Main | Emacs related commands »
March 07, 2011
Load R packages
Open the R command line.
$ sudo R
> install.packages('packageName')
To load (have the functions available) use:
> library('packageName')
Posted by kkwaiser at March 7, 2011 12:26 PM