r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
193 stars 46 forks source link

Add `complexes` and `r_complex` support #336

Open DavisVaughan opened 10 months ago

DavisVaughan commented 10 months ago

If I remember correctly, I had this mostly feature complete here: https://github.com/DavisVaughan/cpp11/pull/2

I was just waiting on the data_p_ PR, which has been merged