Changelog
Source:NEWS.md
rassta 1.0.4
CRAN release: 2022-07-25
New
- Function
predict_functions()
now allows generalized additive models (GAM) as prediction method.
Enhancements
Complete removal of package
raster
dependencyCode optimization for several functions based on native
terra
methods such asadd()
,classify()
,minmax()
,not.na()
, andpredict()
.Function
som_pam()
now allows a multi-layer SpatRaster, possibly containing layers with different structure (location and number) of NA values, as reference SpatRaster.
rassta 1.0.3
CRAN release: 2022-02-25
Enhancements
-
select_functions()
now allows to work with SpatRaster objects representing classification units whose numeric IDs are not sequentially defined (e.g., unordered classification units).
Fixes
All the functions that return SpatRaster objects now assign proper variable names instead of getting the names from a reference SpatRaster.
Fixed a bug which prevented
select_functions()
from running properly when the argument var.rast represents a single-layer SpatRaster object.Fixed a bug which prevented
strata()
from retrieving the correct minimum and maximum values from SpatRaster objects with NA values present, and thus, from assigning the correct numeric codes for stratification units.
rassta 1.0.1
CRAN release: 2021-10-14
Fixes
- Fixed violation of CRAN’s policy regarding package code that attempts to write to the user library. Check logs can be accessed through: https://cran-archive.r-project.org/web/checks/2021/2021-10-08_check_results_rassta.html