Skip to content

Commit

Permalink
try remove NOT_CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Jul 18, 2023
1 parent 57def1f commit 3fee2c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ requirements-rs:

.PHONY: build
build: ## Compile polars R package with all features and generate Rd files
export NOT_CRAN=true \
export RPOLARS_ALL_FEATURES=true \
&& export RPOLARS_PROFILE=release-optimized \
&& Rscript -e 'if (!(require(arrow)&&require(nanoarrow))) warning("could not load arrow/nanoarrow, igonore changes to nanoarrow.Rd"); rextendr::document()'
Expand Down

0 comments on commit 3fee2c5

Please sign in to comment.