cpp11 icon indicating copy to clipboard operation
cpp11 copied to clipboard

cpp11 helps you to interact with R objects using C++ code.

Results 115 cpp11 issues
Sort by recently updated
recently updated
newest added
trafficstars

From duckdb, see #401. I'd need to dig up the motivation here, but I'm pretty sure this made a difference at some point.

For the same reasons as #412. Based on a revdepcheck it looks like textshaping is the only one using this. - [x] https://github.com/r-lib/textshaping/issues/47

It is no longer useful since cpp11 requires R >=4.0.0 and always has ALTREP available, but some groups rely on it. - [ ] https://github.com/apache/arrow/issues/44926

When performing subscript assignment of a `std::string` to `writable::strings` there's first a conversion to the `r_string` class which includes a protection. However, that protection shouldn't be necessary if the result...