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 34 and Version 35 of DownloadTol


Ignore:
Timestamp:
Mar 25, 2009, 6:22:04 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DownloadTol

    v34 v35  
    1717All them but R, are linked by TOL and calling is made internally by C or C++ interface. TOL calls R (>=2.6.0) by command line, so it must be installed in your system directly from [http://www.r-project.org/ the official R site]. Note that R console executable must be in user path environment variable. Afterwords installing R user must install these R packages:
    1818 1. [http://cran.r-project.org/web/packages/quadprog/index.html quadprog] : Functions to solve Quadratic Programming Problems.
    19  1. [http://www.gnu.org/software/glpk/ coda] : Output analysis and diagnostics for MCMC.
    20  1. [http://www-fis.iarc.fr/coda/ glpk] : solving large-scale linear programming (LP), mixed integer linear programming (MILP) and other related problems.
     19 1. [http://www-fis.iarc.fr/coda/ coda] : Output analysis and diagnostics for MCMC.
     20 1. [http://cran.r-project.org/web/packages/Rglpk/Rglpk.pdf Rglpk] : solving large-scale linear programming (LP), mixed integer linear programming (MILP) and other related problems.
    2121All them are available as CRAN standard package and can be installed from R-Gui application using menu Package / Install package.
    2222