Module
module availmodule addmodule add tophat/2.0.12module availmodule add jre/1.6.0-29
module add python/2.7.2
module avail# Load an R version
module add r/2.15.3
# Start R
RLast updated
Was this helpful?
module availmodule addmodule add tophat/2.0.12module availmodule add jre/1.6.0-29
module add python/2.7.2
module avail# Load an R version
module add r/2.15.3
# Start R
RLast updated
Was this helpful?
Was this helpful?
#List R packages and direct the list into an object called "a"
a<-installed.packages()
#Display the dimensions of the object "a"
dim(a)
#List the parts of object "a" that have package name and package version
a[,c(1,3)]sessionInfo()q(save="yes")
#enter y at promptls -lat | head
cat .Rhistorymodule listmodule delmodule help