- Tested and fixed any issues with new tibble version dependency
- Tested and fixed any issues with new tidyr version dependency
- Updated maintainership and active authors
- Updated URL for new Github organization holding this package
- Updated vignette package loading in vignette to resolve 1 note
- Added reference in the Description field
- Added
NEWS
file. - Better tolerance in
mahalanobis_distance
when inverting covariance matrices. mahalanobis_distance
andhorns_curve
have been rewritten in C++ using theRcppArmadillo
package. This greatly improved the speed (and accuracy) of these functions.tabulate_state_vector
has been rewritten using thedplyr
package, greatly improving the speed of this function. Greater traceability is now also present for missing values and numeric variables.- Producing histogram matrix to visually display anomalous blocks made easier with addition of
hmat
function - Properly registered native routines and disabled symbol search.