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 10 and Version 11 of Rprojects


Ignore:
Timestamp:
Sep 17, 2026, 12:30:06 PM (40 hours ago)
Author:
pradeep
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rprojects

    v10 v11  
    6565
    6666There 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
    6870 * 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.
    7073
    7174=== Dependencies ===
     
    9699}}}
    97100
     101{{{
     102#!comment
    98103=== Installation from compiled packages (Windows) ===
    99104
     
    108113# change <filename> for the route of each zip file
    109114install.packages(<filename>, repos=NULL)
     115}}}
     116
    110117}}}
    111118
     
    142149
    143150Remember that in order to compile {{{tolRlink}}} a compatible TOL installation is required.
    144 
    145