- Small improvements to cpp code
- Updates to the current Rcpp behavior
- Switches from deprecated arma::is_finite to std::isfinite
- Cleans code and adds new warnings
- Adds C++ code for calculating five IT-metrics (Nowosad and Stepinski, 2019, Landscape Ecology)
- Main vector functions now return matrices with one row instead of vectors
- Main matrix functions now accept the classes argument
- Fixes C++ conversions
- Adds normalization
- Rewrites
get_incove()internals into rcpp (rcpp_get_incove())
- Merged
rcpp_get_wecove()andrcpp_get_cove()intorcpp_get_vec()
- Added a
NEWS.mdfile to track changes to the package.