To add to this, I would like to point out that extendr actually has a
guide on how to make an R package with Rust code CRAN compliance.
https://github.com/extendr/rextendr/blob/main/vignettes/articles/cran-compliance.Rmd
On Wed, Jul 17, 2024 at 10:21 AM Ivan Krylov via R-package-devel
wrote:
>
Not from CRAN, also not in a position to opine on cpp11 status, but I
wrote about it recently. My solution for readODS back then was to
vendor cpp11 and remove the SET_LENGTH call manually, like . But back
then CRAN might not know about this. I think it should be easier now.
https://www.chainsawri