Skip to content

Commit 67409a1

Browse files
committed
Force installing ggplot2 version 3.5.2 to avoid CI errors
1 parent 339232a commit 67409a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Install packages, including some pinned package versions
3737
run: |
38-
Rscript -e 'install.packages(c("remotes", "Rcpp", "RcppArmadillo", "tidyverse", "terra", "sf", "sdm", "coda", "foreach", "fs", "future", "future.apply", "rlang"))'
38+
Rscript -e 'install.packages(c("remotes", "Rcpp", "RcppArmadillo", "tidyverse", "terra", "sf", "sdm", "coda", "foreach", "fs", "future", "future.apply", "rlang", "DT", "kableExtra", "knitr", "rmarkdown"))'
3939
Rscript -e 'remotes::install_version("scales", version="1.3.0")'
4040
Rscript -e 'remotes::install_version("pkgdown", version="2.0.7")'
4141
Rscript -e 'remotes::install_version("lintr", version="3.0.0")'

0 commit comments

Comments
 (0)