Type: Package Package: rnndescent Title: Nearest Neighbor Descent Method for Approximate Nearest Neighbors Version: 0.2.0.9000 Authors@R: c( person("James", "Melville", , "jlmelville@gmail.com", role = c("aut", "cre", "cph")), person("Vitalie", "Spinu", role = "ctb"), person("Ralf", "Stubner", role = "ctb") ) Description: The Nearest Neighbor Descent method for finding approximate nearest neighbors by Dong and co-workers (2010) . Based on the 'Python' package 'PyNNDescent' . License: GPL (>= 3) URL: https://jlmelville.github.io/rnndescent/, https://github.com/jlmelville/rnndescent BugReports: https://github.com/jlmelville/rnndescent/issues Imports: dqrng, Matrix (>= 1.3-0), methods, Rcpp Suggests: covr, knitr, rmarkdown, testthat LinkingTo: BH, dqrng, Rcpp, sitmo VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: C++17 Config/roxygen2/version: 8.0.0 Repository: https://jlmelville.r-universe.dev Date/Publication: 2026-06-30 01:54:38 UTC RemoteUrl: https://github.com/jlmelville/rnndescent RemoteRef: HEAD RemoteSha: 90b3778a3cabb236743715fe72ebabef8be81ee9 NeedsCompilation: yes Packaged: 2026-06-30 03:12:09 UTC; root Author: James Melville [aut, cre, cph], Vitalie Spinu [ctb], Ralf Stubner [ctb] Maintainer: James Melville