Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-schwen committed Aug 10, 2024
1 parent dfd90f0 commit 3f945c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ 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("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")'
- R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1)

Expand Down

0 comments on commit 3f945c6

Please sign in to comment.