Package: RcppAnnoy Type: Package Title: 'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors Version: 0.0.23 Date: 2026-01-12 Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person("Erik", "Bernhardsson", role = c("aut"), comment = "Principal author of Annoy")) Description: 'Annoy' is a small C++ library for Approximate Nearest Neighbors written for efficient memory usage as well an ability to load from / save to disk. This package provides an R interface by relying on the 'Rcpp' package, exposing the same interface as the original Python wrapper to 'Annoy'. See for more on 'Annoy'. 'Annoy' is released under Version 2.0 of the Apache License. Also included is a small Windows port of 'mmap' which is released under the MIT license. License: GPL (>= 2) Depends: R (>= 3.1) Imports: methods, Rcpp LinkingTo: Rcpp Suggests: tinytest URL: https://github.com/eddelbuettel/rcppannoy, https://dirk.eddelbuettel.com/code/rcpp.annoy.html BugReports: https://github.com/eddelbuettel/rcppannoy/issues NeedsCompilation: yes RoxygenNote: 7.3.2 Encoding: UTF-8 VignetteBuilder: Rcpp Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-12 13:03:28 UTC RemoteUrl: https://github.com/eddelbuettel/rcppannoy RemoteRef: HEAD RemoteSha: 8e59f546583470ec93ae650dfbe36c22c7dc46f5 Packaged: 2026-06-23 17:31:54 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Erik Bernhardsson [aut] (Principal author of Annoy) Maintainer: Dirk Eddelbuettel