Skip to content

Commit

Permalink
remove knitr from check
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Aug 19, 2024
1 parent 931124b commit 93dee0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ test-lin-dev-clang-cran:
# stated dependency on R
test-lin-ancient-cran:
image: registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0
<<: *test-lin
image: registry.gitlab.com/jangorecki/dockerfiles/r-3.3.0
variables:
_R_CHECK_FORCE_SUGGESTS_: "FALSE"
script:
- *install-deps
- Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/Archive/xts/xts_0.12.2.tar.gz", repos = NULL, type = "source")'
- Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/Archive/evaluate/evaluate_0.23.tar.gz", repos = NULL, type = "source")'
- Rscript -e 'install.packages("knitr", repos = "https://cloud.r-project.org")'
- R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1)
- R CMD check --no-manual --no-build-vignettes --ignore-vignettes $(ls -1t data.table_*.tar.gz | head -n 1)

.test-win-template: &test-win
<<: *test
Expand Down

0 comments on commit 93dee0b

Please sign in to comment.