Difference between revisions of "R installation"
From BioUML platform
Tagir Valeev (Talk | contribs) (Created page with "This page describes how to install R for BioUML. You need to perform the following steps: * R itself: yum install R or apt-get install r-recommended * Rserve: apt-get inst...") |
Ivan Yevshin (Talk | contribs) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | This page describes how to install R for BioUML. You need to perform the following steps: | + | This page describes how to install {{R}} for BioUML. There is a special script in BioUML source tree scripts/R/install that will install R and required packages (only for ubuntu): |
| + | You need to perform the following steps: | ||
| − | * R | + | * Change directory to BioUML/scripts/R |
| − | + | cd BioUML/scripts/R | |
| − | + | * run install script as root user | |
| − | + | sudo ./install | |
| − | * | + | |
| − | + | === See also === | |
| − | + | * [[Using R in BioUML]] | |
| − | + | ||
| − | + | [[Category:Installation]] | |
| − | + | [[Category:R]] | |
| − | * | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 16:21, 4 June 2015
This page describes how to install R for BioUML. There is a special script in BioUML source tree scripts/R/install that will install R and required packages (only for ubuntu): You need to perform the following steps:
- Change directory to BioUML/scripts/R
cd BioUML/scripts/R
- run install script as root user
sudo ./install