Package: N2R Type: Package Title: Fast and Scalable Approximate k-Nearest Neighbor Search Methods using 'N2' Library Version: 1.0.5 Authors@R: c(person("Peter", "Kharchenko", email = "Peter_Kharchenko@hms.harvard.edu", role = c("aut")), person("Viktor", "Petukhov", email = "viktor.s.petukhov@ya.ru", role = c("aut")), person("Dirk", "Eddelbuettel", email="edd@debian.org", role=c("ctb")), person("Evan", "Biederstedt", email = "evan.biederstedt@gmail.com", role=c("cre", "aut"))) Description: Implements methods to perform fast approximate K-nearest neighbor search on input matrix. Algorithm based on the 'N2' implementation of an approximate nearest neighbor search using hierarchical Navigable Small World (NSW) graphs. The original algorithm is described in "Efficient and Robust Approximate Nearest Neighbor Search Using Hierarchical Navigable Small World Graphs", Y. Malkov and D. Yashunin, , . License: Apache License 2.0 Encoding: UTF-8 Depends: Matrix Imports: Rcpp (>= 1.0.4) Suggests: testthat LinkingTo: Rcpp, BH, RcppSpdlog, RcppEigen RoxygenNote: 7.3.3 URL: https://github.com/kharchenkolab/N2R BugReports: https://github.com/kharchenkolab/N2R/issues NeedsCompilation: yes Author: Peter Kharchenko [aut], Viktor Petukhov [aut], Dirk Eddelbuettel [ctb], Evan Biederstedt [cre, aut] Maintainer: Evan Biederstedt Repository: https://kharchenkolab.r-universe.dev Date/Publication: 2026-03-31 14:02:54 UTC RemoteUrl: https://github.com/kharchenkolab/n2r RemoteRef: HEAD RemoteSha: 8045c294d3ab42a5261b6953b8a4e6b5e8bf6cf9 Packaged: 2026-06-24 05:10:59 UTC; root