Commit af1d1c73 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

ci(yaml): replace 'rocker/verse' image by 'rocker/geospatial'

- avoid problems with 'hydroPSO' dependency
Refs: #172
parent 17eafc98
3 merge requests!96ci(yaml): replace 'rocker/verse' image by 'rocker/geospatial',!88refactor: fix to pass CRAN checks,!86Resolve "Correct vignette due to 'Rmalschains' was removed from the CRAN repository"
Pipeline #46069 canceled with stage
in 5 seconds
Showing with 3 additions and 3 deletions
+3 -3
...@@ -20,7 +20,7 @@ before_script: ...@@ -20,7 +20,7 @@ before_script:
- R -q -e 'remotes::install_deps(dependencies = TRUE)' - R -q -e 'remotes::install_deps(dependencies = TRUE)'
.R-devel: .R-devel:
image: rocker/verse:devel image: rocker/geospatial:devel
variables: variables:
R_VERSION: devel R_VERSION: devel
...@@ -29,7 +29,7 @@ before_script: ...@@ -29,7 +29,7 @@ before_script:
refs: refs:
- tags - tags
- schedules - schedules
image: rocker/verse:latest image: rocker/geospatial:latest
variables: variables:
R_VERSION: patched R_VERSION: patched
...@@ -38,7 +38,7 @@ before_script: ...@@ -38,7 +38,7 @@ before_script:
refs: refs:
- tags - tags
- schedules - schedules
image: rocker/tidyverse:3.6 image: rocker/geospatial:4
variables: variables:
R_VERSION: oldrel R_VERSION: oldrel
before_script: before_script:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment