You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hack until resolved properly: set _R_CHECK_FORCE_SUGGESTS_: false (which is ok since rSW2exter is only utilized in a vignette and protected)
dschlaep
changed the title
Github actions are failing on macOS
Github actions are failing if suggested package "rSW2exter" failed to install
Jul 14, 2022
- addressing issue #198: frequent failures of GHA because suggested package "rSW2exter" cannot be installed (usually GDAL-related problems on GHA)
- this hack should be ok because "rSW2exter" is only utilized in a vignette and not executed if not available
- once issue #198 is properly resolved consider removing `_R_CHECK_FORCE_SUGGESTS_: false`
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
The text was updated successfully, but these errors were encountered: