Open JosiahParry opened 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.
CRAN_FLAGS
-j 2 --offline
NOT_CRAN
https://github.com/extendr/rextendr/blob/c698bf3445a6160fd99fff574ef61fd442a39e36/inst/templates/cran/Makevars#L10
In the cran template for Makevars, the
CRAN_FLAGS
is always set to-j 2 --offline
. This should be conditional on theNOT_CRAN
value. This will make it so that local compilation is faster.https://github.com/extendr/rextendr/blob/c698bf3445a6160fd99fff574ef61fd442a39e36/inst/templates/cran/Makevars#L10