[Rcpp-devel] Exposing a large number of C++ classes in R

Holger Hoefling hhoeflin at gmail.com
Fri Feb 5 13:58:06 CET 2016


Hi,

I am trying to write a package that exposes a large number of C++ classes
from an external project to R and was looking into how to lighten the
workload. Dirk already pointed my to the RcppR6 package, which looks really
useful.

However, even this would require to write quite a bit of yaml to achieve
this. So, is there a converter (e.g. based on doxygen xml) that can help
with the yaml writing?

Does anyone have more experience and can give pointers on how to best
approach this problem?

Also, how best to handle multiple inheritance in this context?

Thanks a lot for anyone's help!

Holger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20160205/76b6136c/attachment.html>


More information about the Rcpp-devel mailing list