Skip to content

Commit

Permalink
add note about knitr
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
  • Loading branch information
ben-schwen and MichaelChirico authored Aug 20, 2024
1 parent 93dee0b commit cb19ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ test-lin-ancient-cran:
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")'
# knitr requires evaluate, which requires R 3.6.0.
# Restore checking vignettes if upgrading our R dependency means knitr can be installed.
- R CMD check --no-manual --no-build-vignettes --ignore-vignettes $(ls -1t data.table_*.tar.gz | head -n 1)

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

0 comments on commit cb19ef4

Please sign in to comment.