Skip to content
Prev 9998 / 10988 Next

[Rcpp-devel] advice on sharing C++ code across R and Python

Some folks told me that pybind11, ie at

   https://github.com/pybind/pybind11

is the one to use as Boost Python is stagnant. I have no personal experience
with pybind11 though.

The question is a good.  This (old) CRAN package has been doing both R and
Python from a joint C++ basis for years:

   https://cran.r-project.org/package=fastcluster

but I also never looked in real detail at what it does.

Dirk