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
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
SystemRequirements: libarmadillo: apt-get install -y libarmadillo-dev
        (deb), libblas: apt-get install -y libblas-dev (deb),
        liblapack: apt-get install -y liblapack-dev (deb),
        libarpack++2: apt-get install -y libarpack++2-dev (deb),
        gfortran: apt-get install -y gfortran (deb)
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
NeedsCompilation: yes
Packaged: 2025-09-14 17:38:24 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-8024-1546>),
  Matthew Parks [ctb] (Github Contributor)
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-15 05:10:19 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 01:37:29 UTC; windows
Archs: x64
