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:
-
Mar 25, 2009, 6:22:04 PM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v34
|
v35
|
|
17 | 17 | All 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: |
18 | 18 | 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. |
21 | 21 | All them are available as CRAN standard package and can be installed from R-Gui application using menu Package / Install package. |
22 | 22 | |