Package: nabor Type: Package Title: Wraps 'libnabo', a Fast K Nearest Neighbour Library for Low Dimensions Version: 0.5.0 Author: Stephane Mangenat (for 'libnabo'), Gregory Jefferis Maintainer: Gregory Jefferis Description: An R wrapper for 'libnabo', an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). 'libnabo' has speed and space advantages over the 'ANN' library wrapped by package 'RANN'. 'nabor' includes a knn function that is designed as a drop-in replacement for 'RANN' function nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points. License: BSD_3_clause + file LICENSE Copyright: libnabo is copyright 2010--2011, Stephane Magnenat, ASL, ETHZ, Switzerland URL: https://github.com/jefferis/nabor https://github.com/ethz-asl/libnabo BugReports: https://github.com/jefferis/nabor/issues Depends: R (>= 3.0.2) Imports: Rcpp (>= 0.11.2), methods LinkingTo: Rcpp, RcppEigen (>= 0.3.2.2.0), BH (>= 1.54.0-4) Suggests: testthat, RANN RoxygenNote: 6.0.1 NeedsCompilation: yes Packaged: 2018-07-11 15:23:05 UTC; jefferis Repository: CRAN Date/Publication: 2018-07-11 16:00:02 UTC Built: R 4.2.3; x86_64-pc-linux-gnu; 2024-11-28 10:21:56 UTC; unix