Difference between revisions of "R"

From HPC users
Jump to navigationJump to search
Line 21: Line 21:
* Rmpi_0.6-1
* Rmpi_0.6-1
* truncnorm_1.0-6
* truncnorm_1.0-6


== Usage and extension ==
== Usage and extension ==
Line 26: Line 27:
   
   
   module load intel/ics/64/2011.0.013 intel/impi/64/4.0.1.007
   module load intel/ics/64/2011.0.013 intel/impi/64/4.0.1.007
== External links ==
* [http://www.r-project.org/ R project]
* [http://cran.r-project.org/manuals.html R manuals]

Revision as of 12:14, 15 February 2013

R is available by

 module load r/2.15.2

Additional installed packages

The module contains following additional R packages:

  • bitops_1.0-5
  • caTools_1.14
  • chron_2.3-43
  • doMC_1.2.5
  • doMPI_0.1-5
  • ensembleBMA_5.0.3
  • foreach_1.4.0
  • gdata_2.12.0
  • gplots_2.11.0
  • gtools_2.7.0.tar.gz
  • iterators_1.0.6
  • lattice_0.20-13
  • multicore_0.1-7
  • ncdf_1.6.6
  • Rmpi_0.6-1
  • truncnorm_1.0-6


Usage and extension

For the installation of additional packages and for MPI usage please load following modules:

 module load intel/ics/64/2011.0.013 intel/impi/64/4.0.1.007


External links