Remove invalid ORCID link from Description
Updated Citation
Fixed a bug which forced engine()
to delete not only
the tiles of a modeled variable, but the final (merged) layer
too.
Fixed a bug which prevented the (re) classification of
SpatRasters due to a change in terra
’s arguments
(othersNA
to others = NA
).
predict_functions()
now allows generalized
additive models (GAM) as prediction method.Complete removal of package raster
dependency
Code optimization for several functions based on native
terra
methods such as add()
,
classify()
, minmax()
, not.na()
,
and predict()
.
Function som_pam()
now allows a multi-layer
SpatRaster, possibly containing layers with different structure
(location and number) of NA values, as reference SpatRaster.
select_functions()
now allows to work with SpatRaster
objects representing classification units whose numeric IDs are not
sequentially defined (e.g., unordered classification units).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.