Skip to contents

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 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.

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.2

CRAN release: 2021-12-09

Enhancements

  • Some functions have been renamed and vignettes for some functions have been created.

rassta 1.0.1

CRAN release: 2021-10-14

Fixes

rassta 1.0.0

CRAN release: 2021-09-22

  • Initial release