Changelog
Source:NEWS.md
npphen 2.0.0
CRAN release: 2023-10-12
- Remove raster & rgdal dependencies
- Migrate to terra for raster data processing
- All functions now remove data outside the boundaries of the series to avoid extrapolation
- Fix minor bugs
npphen 1.5.0
CRAN release: 2022-05-24
- Add two new functions for anomaly detection:
- ExtremeAnom: calculates anomalies and how extreme these anomalies are (rfd position ranging from 0 to 100) for a numeric vector.
- ExtremeAnoMap: calculates anomalies and how extreme these anomalies are (rfd position ranging from 0 to 100) for a raster stack.
- Fix minor bugs on rfd calculations
- update and replace example data for the package