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.

Changes between Version 6 and Version 7 of Installation


Ignore:
Timestamp:
Feb 4, 2016, 12:04:28 PM (9 years ago)
Author:
Pedro Gea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v6 v7  
    2323To be revised. Link to [wiki:TolR TOL+R] instructions.
    2424}}}
     25
     26== TOL download ==
     27
     28Firstly, you should download the installer and run it. See [wiki:Download].
     29
     30== Additional installation instructions ==
     31
     32Some 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
     36Install the statistical software R. See [https://www.r-project.org].
     37
     38==== Windows Users ====
     39
     40Add 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
     49install.packages("quadprog")
     50install.packages("coda")
     51install.packages("Rglpk")
     52install.packages("slam")
     53install.packages("mcgibbsit")
     54}}}
     55
     56
    2557
    2658== External downloads required ==