= Integrating TOL with R = The 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]. We provide a modified compilation of Rinside in tol-project because we enable the callback experimental feature in order to capture the output from R. In order to installed follow this instruction. * download http://packages.tol-project.org/win32/development/Rcpp_0.11.4.4.zip * R CMD INSTALL Rcpp_0.11.4.4.zip * download http://packages.tol-project.org/win32/development/RInside_0.2.12.zip * R CMD INSTALL RInside_0.2.12.zip