whitebox 2.4.3
-
Fix for CRAN check (#135)
-
GeoTIFF DEM sample data (extdata/DEM.tif) previously excluded, along with all other TIFF files, by .Rbuildignore is now explicitly included
-
Fix for behavior of
sample_dem_data()destfileargument:-
Errors thrown from invalid sources from new
wbt_source()(introduced in v2.4.2) revealed an underlying issue with sample data assets. Invalid source errors are now intentionally captured and tested, and inclusion of the extdata file should ensure other parts of tests work as expected -
When
destfileunset and no local file present,sample_dem_data()no longer attempts to download and write to the user package library (which is read-only on CRAN) -
destfilenow intended for copying the sample dataset from package extdata folder, for workflows that need the sample data outside of the package library
-
-
-
sample_soils_data()now supportsdestfile(just likesample_dem_data())
What's Changed
Full Changelog: v2.4.2...v2.4.3