Package: Rnanoflann
Type: Package
Title: Extremely Fast Nearest Neighbor Search
Version: 0.0.3
Date: 2024-05-17
Authors@R: c(
                person("Manos Papadakis", email = "papadakm95@gmail.com", role = c("aut", "cre", "cph")), 
                person("Jose Luis Blanco", email = "joseluisblancoc@gmail.com" , role = c("aut","cph")),
                person("Michail Tsagris", role = c("ctb"))
        )
Maintainer: Manos Papadakis <papadakm95@gmail.com>
Copyright: 'nanoflann' library is copyright Jose Luis Blanco. See file
        COPYRIGHT for details.
Description: Finds the k nearest neighbours for every point in a given dataset using Jose Luis' 'nanoflann' library. There is support for exact searches, fixed radius searches with 'kd' trees and two distances, the 'Euclidean' and 'Manhattan'. For more information see <https://github.com/jlblancoc/nanoflann>. Also, the 'nanoflann' library is exported and ready to be used via the linking to mechanism.
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.11)
LinkingTo: Rcpp, RcppArmadillo
BugReports: https://github.com/ManosPapadakis95/Rnanoflann/issues
URL: https://github.com/ManosPapadakis95/Rnanoflann
NeedsCompilation: yes
Packaged: 2024-05-17 13:43:17 UTC; epapadakis
Author: Manos Papadakis [aut, cre, cph],
  Jose Luis Blanco [aut, cph],
  Michail Tsagris [ctb]
Repository: CRAN
Date/Publication: 2024-05-17 14:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 01:57:04 UTC; windows
Archs: x64
