Rnanoflann
Extremely Fast Nearest Neighbor Search
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.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.0.3 |
rolling linux/jammy R-4.5 | Rnanoflann_0.0.3.tar.gz |
220.1 KiB |
0.0.3 |
rolling linux/noble R-4.5 | Rnanoflann_0.0.3.tar.gz |
222.2 KiB |
0.0.3 |
rolling source/ R- | Rnanoflann_0.0.3.tar.gz |
33.6 KiB |
0.0.3 |
latest linux/jammy R-4.5 | Rnanoflann_0.0.3.tar.gz |
220.1 KiB |
0.0.3 |
latest linux/noble R-4.5 | Rnanoflann_0.0.3.tar.gz |
222.2 KiB |
0.0.3 |
latest source/ R- | Rnanoflann_0.0.3.tar.gz |
33.6 KiB |
0.0.3 |
2026-04-26 source/ R- | Rnanoflann_0.0.3.tar.gz |
33.6 KiB |
0.0.3 |
2026-04-23 source/ R- | Rnanoflann_0.0.3.tar.gz |
33.6 KiB |
0.0.3 |
2026-04-09 windows/windows R-4.5 | Rnanoflann_0.0.3.zip |
593.8 KiB |
0.0.3 |
2025-04-20 source/ R- | Rnanoflann_0.0.3.tar.gz |
33.6 KiB |
Dependencies (latest)
Imports
- Rcpp (>= 1.0.11)