From 55a7f53cc36d6909475daae576dc589b85e42e20 Mon Sep 17 00:00:00 2001 From: gisler Date: Sun, 19 Nov 2023 10:20:07 +0100 Subject: [PATCH] docs: tiny addition --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cfa802a..8a13a94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # RPhosFate v1.0.4.9000 * Switched to utilising the `SpatRaster` and `SpatVector` classes from the `terra` package instead of the `RasterLayer` class from the `raster` and the `Spatial*DataFrame` classes from the `sp` packages. -* Added `is_ths` argument to `RPhosFate()` and `catchment()` constructors: allows for specifying the number of threads to use for processing. +* Added `is_ths` argument to `RPhosFate()` and `catchment()` constructors: allows for specifying the number of threads to use for processing, were applicable. * Ceased support for _ERDAS IMAGINE_ (\*.img) raster files. `img2tif()` can be used to convert all _ERDAS IMAGINE_ raster files in a directory and its subdirectories into _GeoTIFF_ raster files. * Dropped backward compatibility to major version zero. * Removed `spatstat.geom` from imported packages list (utilised functionality is now also provided by `terra`).