extendr / rextendr

An R package that helps scaffolding extendr-enabled packages or compiling Rust code dynamically
https://extendr.github.io/rextendr/
Other
197 stars 27 forks source link

chore: make `CRAN_FLAGS` conditional #391

Open JosiahParry opened 1 month ago

JosiahParry commented 1 month ago

In the cran template for Makevars, the CRAN_FLAGS is always set to -j 2 --offline. This should be conditional on the NOT_CRAN value. This will make it so that local compilation is faster.

https://github.com/extendr/rextendr/blob/c698bf3445a6160fd99fff574ef61fd442a39e36/inst/templates/cran/Makevars#L10