Install R Libraries
The R available on ALPS is version 3.1.1 (latest version is 3.1.2 at the time of writing). Type R to initial the R environment.
R
R version 3.1.1 (2014-07-10) -- "Sock it to Me"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
>Within the R console, we use the install.packages() command to installed all required R libraries.
You may encounter these messages telling you certain directory you do not have WRITE permission. Please type "y" to both questions to create a personal library in your home directory.
Use the library() command to lists all available packages in the libraries.
Press q to exit the package list, and type q() command to exit the R console. Choose "n" to not save the workspace as an image.
Last updated
Was this helpful?