Requirements correctly installed but packages not found during R-CMD-check

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:

https://github.com/ConsBiol-unibern/SDMtune/actions/runs/1029692367

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

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.