...
Option 1 – Within the R prompt
Module load the version of R you want to use
Load R with the command 'R'
Code Block ip <- as.data.frame(installed.packages()[,c(1,3:4)]) rownames(ip) <- NULL ip <- ip[is.na(ip$Priority),1:2,drop=FALSE] print(ip, row.names=FALSE)
A list of packages will output to the screen
Option 2 – From the filesystem
...
If there is an R package that you wish to have installed, please send a request to rtshelp@asu.edu Research Computing via a ticket (see Additional Help below), including the package name and R version.
Additional Help
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|