Re: [Rcpp-devel] Help with accessing and manipulating List objects

2013-08-17 Thread Tal Galili
Just to update everyone that I've found the bug in the package, and now the RcppDend package works fine. You can see the relevant commit here: https://github.com/talgalili/RcppDend/commit/25d456571f2f1e52f1f9aa8ac6bc3a7fcb832e65 The problem was that my NAMESPACE file was missing the two lines: use

[Rcpp-devel] Prior art on R packages using Rcpp/C++ to call a Fortran(90->2008) library, using iso_c_binding

2013-08-17 Thread Jean-Michel.Perraud
Hi, I am seeking existing code/documentation for such a situation. General advice very welcome. Technically a few precisions: - the Fortran library is(will be) substantial in size, and compiled with gfortran or Intel fortran (i.e. not when building the R package) - I intend to write an interop