I'm not sure whether it's appropriate, but with Rtools 2.15 and R 2.15.1
under windows, I had to kick off my package with
...
R = new RInside(argc, argv, true);
R->parseEval("library(\"methods\")");
(*R)["xyz"] = LOAD_RCPP_MODULE(xyz) ;
...
Didnt have time to investigate further,
> | particular nastiness involved on windows platforms as the model is
> | built with MSVC, yet calls GCC code (ie Rcpp) via extern "C".
>
> This comes up every now and then, and folks would surely love to see a good
> tutorial and walk-through.
I'll have a go at it. Don't know how I'll go with th
Folks,
May I thank the Rcpp community for providing such a useful package.
For your records, may I let you know that the farming systems model
APSIM (www.apsim.info) is using Rcpp/RInside as a wrapper around the R
language; allowing snippets of R code to interact with apsim
simulations. http://ww