Package: KernelKnn Type: Package Title: Kernel k Nearest Neighbors Version: 1.1.6 Date: 2025-09-14 Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8024-1546")), person(given = "Matthew", family = "Parks", email = "parksmatthewm@gmail.com", role = "ctb", comment = "Github Contributor") ) BugReports: https://github.com/mlampros/KernelKnn/issues URL: https://github.com/mlampros/KernelKnn, https://mlampros.github.io/KernelKnn/ Description: Extends the simple k-nearest neighbors algorithm by incorporating numerous kernel functions and a variety of distance metrics. The package takes advantage of 'RcppArmadillo' to speed up the calculation of distances between observations. License: MIT + file LICENSE LazyData: TRUE Encoding: UTF-8 Depends: R(>= 2.10.0) Imports: Rcpp (>= 0.12.5) LinkingTo: Rcpp, RcppArmadillo Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr RoxygenNote: 7.3.2 Repository: https://mlampros.r-universe.dev Date/Publication: 2025-09-30 17:26:55 UTC RemoteUrl: https://github.com/mlampros/kernelknn RemoteRef: HEAD RemoteSha: d179a72858841334454d33935914285b8f3ad8c1 NeedsCompilation: yes Packaged: 2026-06-24 02:38:16 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), Matthew Parks [ctb] (Github Contributor) Maintainer: Lampros Mouselimis