Skip to content
Prev 1312 / 10988 Next

[Rcpp-devel] Question concerning use of Raster in C vi Rcpp plugin and inline

On 11/17/2010 01:57 PM, Dirk Eddelbuettel wrote:
Not for this project - but that package in which we are co-authors
definitely is doing that.

To clarify:
Up to now, the whole simulation (of which the the code discussed here is
s small part) was purely R, as it worked fine and was relatively easy to
maintain.
Now the simulation is growing, and the need for speed becomes more
evident. So I am looking into the coding sections in C++ and to use
inline or Rcpp. When the C++ code is working, and before the simulations
can run on a hpc cluster (I don't suppose gcc is installed on the
nodes), I have to compile it and the idea of a package, also in relation
to version control, is really appealing. But that is the next step.

Don't worry - I haven't forgotten earthmovdist and I will use the code
there as a blueprint for wrapping the C++ code.
Cheers,

Rainer