Skip to content

Commit

Permalink
compile cran vignettes not with all features
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Jul 13, 2023
1 parent 1bf3635 commit 9ea534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/misc/develop_polars.R
Original file line number Diff line number Diff line change
Expand Up @@ -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',
...,
Expand Down

0 comments on commit 9ea534e

Please sign in to comment.