close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Feb 4, 2016, 12:04:28 PM (9 years ago)
- Author:
-
Pedro Gea
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
23 | 23 | To be revised. Link to [wiki:TolR TOL+R] instructions. |
24 | 24 | }}} |
| 25 | |
| 26 | == TOL download == |
| 27 | |
| 28 | Firstly, you should download the installer and run it. See [wiki:Download]. |
| 29 | |
| 30 | == Additional installation instructions == |
| 31 | |
| 32 | Some TOL packages (for example, BysInfDiag) uses R calls to obtain some statistic information. For avoid errors when you use these packages we recommend: |
| 33 | |
| 34 | === Install R === |
| 35 | |
| 36 | Install the statistical software R. See [https://www.r-project.org]. |
| 37 | |
| 38 | ==== Windows Users ==== |
| 39 | |
| 40 | Add R 'bin' folder to the environment variable PATH. |
| 41 | |
| 42 | * R 'bin folder: [[BR]] {{{%PROGRAMFILES%\R\R-3.2.2\bin}}} [[BR]] (version number may be different) |
| 43 | |
| 44 | |
| 45 | === Install some R-packages === |
| 46 | |
| 47 | {{{ |
| 48 | #!cpp |
| 49 | install.packages("quadprog") |
| 50 | install.packages("coda") |
| 51 | install.packages("Rglpk") |
| 52 | install.packages("slam") |
| 53 | install.packages("mcgibbsit") |
| 54 | }}} |
| 55 | |
| 56 | |
25 | 57 | |
26 | 58 | == External downloads required == |