HowToInstallRSPerl: Difference between revisions
Jump to navigation
Jump to search
imported>MichaelDondrup No edit summary |
imported>MichaelDondrup No edit summary |
||
Line 8: | Line 8: | ||
* Perl | * Perl | ||
* R | * R | ||
both installed and | both installed and working. | ||
== Obtaining the sources == | == Obtaining the sources == |
Revision as of 13:58, 9 November 2005
Short Installation instructions for RSPerl
Follow these instructions to install RSPerl for EMMA. If you also want to use RSPerl for another purpose, you should follow the original installation instructions.
Prerequisites
- Perl
- R
both installed and working.
Obtaining the sources
Download the latest RSPerl Sources from http://www.omegahat.org/RSPerl/index.html.
Installation
You need to be a privileged user to install RSPerl in the standard location of R libraries and Perl modules. At the console, type
root# R CMD INSTALL --configure-args='--with-in-perl --with-modules=""' RSPerl_X.tar.gz
(replace X with the actual version).