Changes in version 1.1.0 (2026-04-25) Move most calculations to C++. Changes in version 1.0.2 (2025-04-12) First build on mint. Remove return linter. Changes in version 1.0.1 Link github in description. Update actions. Remove ellipsis dependency for rlang for ... check. Changes in version 1.0.0 (2023-09-23) Adding linter. Adding ... checks. Moving to tidymodels integration. Adding print method. Adding input correction. Changes in version 0.2.6 (2022-02-14) Fixing hard coded sphere argument in sub_dann and graph_eigenvalues. Fixing default values of df methods. xTrain to train. Added "none"" option to sphere argument. Changes in version 0.2.5 Adding formula functions (_df) and associated tests. Vignettes use df functions, not matrix functions. Changes in version 0.2.4 Minor optimizations. One small loop removed for vectorized R code. Summing a logical vector instead of sub setting and calculating length. Changes in version 0.2.3 Fixing code coverage to work with github actions. Changes in version 0.2.2 (2021-02-20) If the most common class fails to break ties in distance, sort by Y so that predictions are consistent in all cases. Moving from travisCI to github actions. Changes in version 0.2.1 (2020-10-08) Ties in distance are broken by most common class. Updating vignettes. Changes in version 0.2.0 (2020-03-14) Moving to RcppArmadillo for performance improvements. Changes in version 0.1.0 (2019-12-10) Initial release.