Hi, my R-CMD-check fails on ubuntu 18.04 oldrel and release but works with devel. All the requirements seem to be correctly installed but the check command fails when running donttest examples and testthat, reporting that the packages rasterVis and rgdal are not available.
How can I fix the problem? Below the link to the actions:
The problem was a missing dependency for GDAL. That was weird because the same configuration worked for r devel. I solved it using the ubuntugis -unstable repository only for r devel, see the new yaml file: SDMtune/check-pak.yaml at master · ConsBiol-unibern/SDMtune · GitHub