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:
-
Sep 17, 2026, 12:30:06 PM (40 hours ago)
- Author:
-
pradeep
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v10
|
v11
|
|
| 65 | 65 | |
| 66 | 66 | There are different ways to install these developments: |
| 67 | | * as usual from CRAN repositories (currently only tolBasis is available), |
| | 67 | * From CRAN repositories (currently only tolBasis is available), |
| | 68 | {{{ |
| | 69 | #!comment |
| 68 | 70 | * downloading and installing the compiled packages (zip files for Windows), |
| 69 | | * downloading the source (tar.gz file) and compiling it locally. |
| | 71 | }}} |
| | 72 | * Downloading the source (tar.gz file) and compiling it locally. |
| 70 | 73 | |
| 71 | 74 | === Dependencies === |
| … |
… |
|
| 96 | 99 | }}} |
| 97 | 100 | |
| | 101 | {{{ |
| | 102 | #!comment |
| 98 | 103 | === Installation from compiled packages (Windows) === |
| 99 | 104 | |
| … |
… |
|
| 108 | 113 | # change <filename> for the route of each zip file |
| 109 | 114 | install.packages(<filename>, repos=NULL) |
| | 115 | }}} |
| | 116 | |
| 110 | 117 | }}} |
| 111 | 118 | |
| … |
… |
|
| 142 | 149 | |
| 143 | 150 | Remember that in order to compile {{{tolRlink}}} a compatible TOL installation is required. |
| 144 | | |
| 145 | | |