Skip to content

Commit

Permalink
remove as cran
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Dec 19, 2024
1 parent ba91d98 commit e62abf3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,14 @@ test-lin-rel-vanilla:
- R CMD check --no-manual --ignore-vignettes $(ls -1t data.table_*.tar.gz | head -n 1)

## alpine linux
test-lin-alp-rel-cran:
test-lin-alp-rel:
<<: *test-lin
image: registry.gitlab.com/jangorecki/dockerfiles/r-base-alpine
variables:
_R_CHECK_CRAN_INCOMING_: "TRUE" ## stricter --as-cran checks should run in dev pipelines continuously (not sure what they are though)
_R_CHECK_CRAN_INCOMING_REMOTE_: "FALSE" ## Other than no URL checking (takes many minutes) or 'Days since last update 0' NOTEs needed, #3284
_R_CHECK_CRAN_INCOMING_TARBALL_THRESHOLD_: "7500000" ## bytes
_R_CHECK_PKG_SIZES_THRESHOLD_: "10" ## MB 'checking installed package size' NOTE increased due to po
script:
- *install-deps
- echo 'CFLAGS=-g -O2 -fopenmp -Wall -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' > ~/.R/Makevars
- echo 'CXXFLAGS=-g -O2 -fopenmp -Wall -pedantic -fstack-protector-strong -D_FORTIFY_SOURCE=2' >> ~/.R/Makevars
- R CMD check --as-cran $(ls -1t data.table_*.tar.gz | head -n 1)
- R CMD check $(ls -1t data.table_*.tar.gz | head -n 1)

## R-release on Linux
# strict checks for 0 NOTEs
Expand Down

0 comments on commit e62abf3

Please sign in to comment.