NEWS


geodiv 1.1.0 (2023-10-05)

Removed dependencies on raster, rgdal, rgeos, sp, maptools, snow, and landscapemetrics. Converted all raster and vector functions to use terra and sf. Also fixed a bug in sfd that returned NaNs.

geodiv 1.0.5 (2022-04-08)

Fixed a bug where length() did not omit NAs, but mean, min, and max calculations did. This affects the Sa, Ssk, and Sku functions. Additionally, class checks have been updated to use "inherits()" rather than if statements.

geodiv 1.0.4 (2021-09-03)

Added a tryCatch so that download.file in the vignette fails gracefully.

geodiv 1.0.3 (2021-07-22)

Added a longer timeout option before the download.file arguments in the vignette.

geodiv 1.0.2 (2021-06-04)

Fixed errors in function descriptions and examples. Simplified the vignette.

geodiv 1.0.1 (2021-04-02)

Fixed a minor bug in the 'texture_image' and 'pad_edges' functions. Added text to clarify the vignette objectives. Fixed a small error in the DESCRIPTION.

geodiv 1.0.0 (2021-03-30)

Added an alternative function for applying focal metrics to create a texture image (focal_metrics), added the vignette with example uses and figures demonstrating relationships among metrics to the R package, fixed several minor bugs resulting in erroneous warnings in most metric functions (issues with checking input classes), and increased the speed of the 'std' and 'srw' functions.

Additionally, the 'texture_image' function no longer requires a projection as input, and will not reproject any rasters. Users should now reproject rasters on their own and then apply the function.

geodiv 0.2.0 (2020-09-09)

Added a vignette that shows more complex examples and demonstrates the correlation among metrics. Fixed a new issue with NA autocorrelation images in the scl function.

geodiv 0.1.1 (2020-02-13)

Updated sfd.cpp to fix an installation issue. Changed to use 'std::floor()' instead of 'double floor(double).' Decreased version requirement for parallel.

geodiv 0.1.0 (2020-01-31)

Initial release of geodiv to CRAN.