- 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.md
file to track changes to the package.