Difference between revisions of "R installation"
From BioUML platform
Ivan Yevshin (Talk | contribs) |
Ivan Yevshin (Talk | contribs) |
||
| 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: | ||
| − | * | + | * Change directory to BioUML/scripts/R |
| − | + | cd BioUML/scripts/R | |
| − | + | * run install script as root user | |
| − | + | sudo ./install | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | * | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
=== See also === | === See also === | ||
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