Package: RANN Title: Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric Version: 2.6.2 Authors@R: c( person("Gregory","Jefferis", email="jefferis@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")), person(given = c("Samuel", "E."), family = "Kemp", role = "aut"), person(given = "Kirill", family = "M\u00fcller", role = "ctb", comment = c(ORCID = "0000-0002-1416-3412")), person("Sunil","Arya", role=c("aut", "cph"), comment = c(ORCID = "0000-0003-0939-4192")), person("David","Mount", role=c("aut", "cph"), comment = c(ORCID = "0000-0002-3290-8932")), person("University of Maryland", role="cph", comment = "ANN library is copyright University of Maryland and Sunil Arya and David Mount. See file COPYRIGHT for details") ) Description: Finds 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. The distance is computed using the L2 (Euclidean) metric. Please see package 'RANN.L1' for the same functionality using the L1 (Manhattan, taxicab) metric. License: GPL (>=3) URL: https://github.com/jefferislab/RANN, https://jefferislab.github.io/RANN/ BugReports: https://github.com/jefferislab/RANN/issues Suggests: testthat Encoding: UTF-8 RoxygenNote: 7.3.3 Repository: https://jefferislab.r-universe.dev Date/Publication: 2026-06-05 22:59:26 UTC RemoteUrl: https://github.com/jefferislab/rann RemoteRef: HEAD RemoteSha: 398f06ad4b73f00201210bed2f5582d17ee18c0f NeedsCompilation: yes Packaged: 2026-07-06 06:43:33 UTC; root Author: Gregory Jefferis [aut, cre] (ORCID: ), Samuel E. Kemp [aut], Kirill Müller [ctb] (ORCID: ), Sunil Arya [aut, cph] (ORCID: ), David Mount [aut, cph] (ORCID: ), University of Maryland [cph] (ANN library is copyright University of Maryland and Sunil Arya and David Mount. See file COPYRIGHT for details) Maintainer: Gregory Jefferis