metR 0.14.1
Breaking Changes
- The
DivideTimeseries()
function is now defunct.
New Features
FitLm()
gains a newintercept
argument that allows you to remove the intercept term that is automatically added.
Bug Fixes
- Fixes error in
Laplacian()
when computing the laplacian of a single variable. (#170, Thanks @pascaloettli) - Removes dependencies on raster and gdal packages.