Type: Package
Package: rnndescent
Title: Nearest Neighbor Descent Method for Approximate Nearest
        Neighbors
Version: 0.1.8
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)
    <doi:10.1145/1963405.1963487>. Based on the 'Python' package
    'PyNNDescent' <https://github.com/lmcinnes/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
RoxygenNote: 7.3.2
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2025-09-01 15:39:34 UTC; jlmel
Author: James Melville [aut, cre, cph],
  Vitalie Spinu [ctb],
  Ralf Stubner [ctb]
Maintainer: James Melville <jlmelville@gmail.com>
Repository: CRAN
Date/Publication: 2025-09-05 16:20:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-12 02:59:51 UTC; windows
Archs: x64
