Skip to content

Commit

Permalink
add fixed version for old r version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Aug 8, 2024
1 parent 7de5863 commit dfd90f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ test-lin-ancient-cran:
<<: *test-lin
script:
- *install-deps
- Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/Archive/xts/pkgname_version.tar.gz", repos = NULL, type = "source")'
- Rscript -e 'install.packages("https://cran.r-project.org/src/contrib/Archive/evaluate/pkgname_version.tar.gz", repos = NULL, type = "source")'
- Rscript -e 'install.packages("knitr")'
- R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1)

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

0 comments on commit dfd90f0

Please sign in to comment.