Skip to content

Commit 92f4c6c

Browse files
committed
Force installing ggplot2 version 3.5.2 to avoid CI errors
1 parent eb7372b commit 92f4c6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
with:
4242
use-public-rspm: true
4343

44-
- name: Install necessary packages, including some pinned package versions
44+
- name: Install necessary packages
4545
run: |
4646
Rscript -e 'install.packages(c("rcmdcheck", "remotes", "Rcpp", "RcppArmadillo", "tidyverse", "terra", "sf", "coda", "foreach", "fs", "future", "future.apply", "rlang", "DT", "kableExtra", "knitr", "rmarkdown", "archive", "arrow", "caret", "colorRamps", "devtools", "doParallel", "ecospat", "fastmatch", "float", "furrr", "gdata", "ggbreak", "ggnewscale", "ggtext", "gridtext", "gt", "gtools", "janitor", "jsonify", "lobstr", "ncdf4", "pak", "pbapply", "png", "quarto", "R.utils", "RCurl", "Rfast", "rgbif", "RNetCDF", "rworldmap", "smoothr", "snow", "spelling", "testthat", "writexl", "zip", "tidyterra", "exactextractr", "blockCV", "renv"), Ncpus = parallel::detectCores())'
4747
48-
- name: Install some pinned package versions
49-
run: |
50-
Rscript -e 'renv::install(c("scales@1.3.0", "pkgdown@2.0.7", "lintr@3.0.0", "sessioninfo@1.2.2", "ggplot2@3.5.2", "cowplot@1.1.3", "ggpubr@0.6.0", "ggExtra@0.10.1"))'
51-
5248
- name: Install packages from github
5349
run: |
5450
Rscript -e 'remotes::install_github(c("elgabbas/ecokit", "hmsc-r/HMSC", "EmilHvitfeldt/paletteer", "YuLab-SMU/ggtree", "babaknaimi/sdm"))'
5551
52+
- name: Install some pinned package versions
53+
run: |
54+
Rscript -e 'renv::install(c("scales@1.3.0", "pkgdown@2.0.7", "lintr@3.0.0", "sessioninfo@1.2.2", "ggplot2@3.5.2", "cowplot@1.1.3", "ggpubr@0.6.0", "ggExtra@0.10.1"))'
55+
5656
- name: Install remaining dependencies
5757
run: |
5858
Rscript -e 'remotes::install_deps(dependencies=c("Depends", "Imports"))'

0 commit comments

Comments
 (0)