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 Initial Version and Version 1 of TolRIntegration


Ignore:
Timestamp:
Mar 3, 2015, 11:57:31 AM (10 years ago)
Author:
Jorge
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolRIntegration

    v1 v1  
     1= Integrating TOL with R =
     2
     3The integration between TOL and R is based on the R packages [http://dirk.eddelbuettel.com/code/rcpp.html Rcpp] and [http://dirk.eddelbuettel.com/code/rinside.html Rinside].
     4
     5We provide a modified compilation of Rinside in tol-project because we enable the callback experimental feature in order to capture the output from R.
     6
     7In order to installed follow this instruction.
     8
     9 * download http://packages.tol-project.org/win32/development/Rcpp_0.11.4.4.zip
     10 * R CMD INSTALL Rcpp_0.11.4.4.zip
     11 * download http://packages.tol-project.org/win32/development/RInside_0.2.12.zip
     12 * R CMD INSTALL RInside_0.2.12.zip