Commit 30d420e3 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

ci(yaml): install missing 'libstdc++6' library for 'gstat' package

- apply on 'devel' and 'patch' R versions
- use 'rocker/geospatial:4.1' image
Refs: #172, a48ddab9
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 #46086 failed with stage
in 52 minutes and 49 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -17,6 +17,7 @@ cache:
before_script:
- mkdir -p $R_LIBS_USER
- echo "R_LIBS='$R_LIBS_USER'" > .Renviron
- apt-get update && apt-get install -y libstdc++6
- R -q -e 'remotes::install_deps(dependencies = TRUE)'
.R-devel:
......@@ -38,7 +39,7 @@ before_script:
refs:
- tags
- schedules
image: rocker/geospatial:4
image: rocker/geospatial:4.1
variables:
R_VERSION: oldrel
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