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:
-
May 28, 2009, 9:59:37 AM (17 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v37
|
v38
|
|
| 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 | |
| | 23 | In Debian based LINUX the simplest way is following these steps |
| | 24 | {{{ |
| | 25 | sudo apt-get install r-base |
| | 26 | sudo apt-get install r-cran-quadprog |
| | 27 | sudo apt-get install r-cran-coda |
| | 28 | sudo apt-get install r-cran-rglpk |
| | 29 | }}} |
| | 30 | |