Package: KernelKnn
Type: Package
Title: Kernel k Nearest Neighbors
Version: 1.1.4
Date: 2021-10-29
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person(given = "Matthew", family = "Parks", email = "parksmatthewm@gmail.com", role = "ctb", comment = c(Github = "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.1.2
NeedsCompilation: yes
Packaged: 2021-10-29 09:45:22 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>),
  Matthew Parks [ctb] (Github Contributor)
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-29 10:10:01 UTC
