Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Nov 1, 2023
1 parent 4d5f9cf commit 9e1c911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ Package: Rnanoflann
Type: Package
Title: Extremely Fast Nearest Neighbor Search
Version: 0.0.1
Date: 2023-10-26
Date: 2023-10-30
Authors@R: c(
person("Manos Papadakis", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Jose Luis Blanco", email = "[email protected]" , role = c("aut","cph")),
person("Michail Tsagris", role = c("ctb"))
)
Maintainer: Manos Papadakis <[email protected]>
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.
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
Expand Down

0 comments on commit 9e1c911

Please sign in to comment.