DrylandEcology/rSOILWAT2

Github actions are failing if suggested package "rSW2exter" failed to install

Opened this issue · 2 comments

  • package "rSW2exter" is (currently) not installed on GHA macOX because ERROR: dependencies ‘rSW2st’, ‘sf’ are not available for package ‘rSW2exter’

  • installation of packages 'rSW2st', 'sf', 'terra', 'rgdal' fails with configure: error: gdal-config not found or not executable.

https://github.com/DrylandEcology/rSOILWAT2/runs/7341269777?check_suite_focus=true

proper approach: have GHA install gdal on macOS

hack until resolved properly: set _R_CHECK_FORCE_SUGGESTS_: false (which is ok since rSW2exter is only utilized in a vignette and protected)