Tests fail with R devel docker images
Package installations crashes with:
In addition: Warning messages:
1: package ‘ggstats’ is not available for this version of R
‘ggstats’ version 0.9.0 is in the repositories but depends on R (>= 4.2)
Which is a bit insane with R devel version.
It appears that the docker image rocker/geospatial:devel
is not updated for 4 years now!!!
On Rocker documentation, they stand that devel tags are available for rocker/rstudio and rocker/tidyverse. It's not clear from when...
Solution, use rocker/tidyverse
image instead of geospatial and handle missing dependencies manually.