Recent Releases of RANN
RANN - CRAN 2.6.2
RANN v2.6.2
- define RNOREMAP and switch to Rf_* functions at the request of CRAN by @jefferis in https://github.com/jefferislab/RANN/pull/32
- Use namespacing to isolate ann library and vendor source by @krlmlr in https://github.com/jefferislab/RANN/pull/30 (this could be used to provide the L1 metric in the same package in future)
- switch to github actions by @jefferis in https://github.com/jefferislab/RANN/pull/33
- dev: switch GitHub repo to jefferislab/RANN
Full Changelog: https://github.com/jefferislab/RANN/compare/v2.6.1...v2.6.2
- R
Published by jefferis almost 2 years ago
RANN - CRAN 2.6.1
- Fix Solaris compile error (as requested by BDR, #25)
- Correct usage for compiler vs preprocessor flags (#26)
- R
Published by jefferis over 7 years ago
RANN - CRAN 2.6.0
- remove register key word from libANN code (at request of CRAN, #23)
- R
Published by jefferis over 7 years ago
RANN - RANN k nearest neighbour search v2.3.0
An R package to find the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is support for approximate as well as exact searches, fixed radius searches and bd as well as kd trees. For further details on the underlying ANN library, see http://www.cs.umd.edu/~mount/ANN.
- R
Published by jefferis about 12 years ago