From 9ea534ee7a9d320f873ce570c5038de824345d5c Mon Sep 17 00:00:00 2001 From: sorhawell Date: Thu, 13 Jul 2023 14:59:33 +0200 Subject: [PATCH] compile cran vignettes not with all features --- inst/misc/develop_polars.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/misc/develop_polars.R b/inst/misc/develop_polars.R index e949fa717..8b46e506d 100644 --- a/inst/misc/develop_polars.R +++ b/inst/misc/develop_polars.R @@ -138,7 +138,7 @@ check_polars = function( #' @examples load_polars(ALL_FEATURES = '', SOME_OTHER_ENVVAR = 'true') submit_polars = function( RPOLARS_RUST_SOURCE = paste0(getwd(),"/src/rust"), - RPOLARS_ALL_FEATURES = 'true', + RPOLARS_ALL_FEATURES = 'false', NOT_CRAN = 'true', RPOLARS_CARGO_CLEAN_DEPS = 'false', ...,