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

ci(yaml): install missing 'libstdc++-11-dev' library fo 'gstat' package

Refs: #172
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 #46072 failed with stage
in 2 minutes and 55 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,7 +44,7 @@ before_script:
before_script:
- mkdir -p $R_LIBS_USER
- echo "R_LIBS='$R_LIBS_USER'" > .Renviron
- apt-get update && apt-get install -y tk
- apt-get update && apt-get install -y tk libstdc++-11-dev
- R -q -e 'remotes::update_packages("sm")'
- R -q -e 'install.packages("vioplot")'
- R -q -e 'remotes::install_deps(dependencies = TRUE)'
......
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