R is a language and environment for statistical computing and graphics. It provides a wide variety of statistical (linear and nonlinear modeling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques.
Version 2.4.0 was compiled with PGI 6.1 compilers, and it is installed in /usr/local/R-2.4.0/bin/, a directory that is on users default path (that is, if you invoke R with no explicit path, this is the version that you will access).
Add-on packages for 2.4.0 installed in /usr/local/R-2.4.0/lib64/R/library/ (please check this directory to see which packages are installed). Some examples:
NOTE: ROC was compiled with a maximum length of
truth set to 100000. This value can be increased upon request.
Version 2.5.1 was compiled with PGI 6.2 compilers, and it is installed in /usr/local/R-2.5.1/bin/, a directory that is not on users default path. To use this version, start it with the full path, that is, type /usr/local/R-2.5.1/bin/R
Add-on packages for 2.5.1 are installed in /usr/local/R-2.5.1/lib64/R/library/ (please check this directory to see which packages are installed). Note that the Bioconductor package installed with version 2.5.1 does not have the restriction in ROC that was implemented in the installation with version 2.4.0.
Both versions were compiled with PGI compilers, with Blas and Lapack support.
Script filename (runR.sh):