Re: [R-pkg-devel] Disable parallelism on installation time

2024-07-17 Thread Chung-hong Chan
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: >

Re: [R-pkg-devel] cpp11 and "non-API calls to R"

2024-07-11 Thread Chung-hong Chan
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