'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 <https://github.com/spotify/annoy> 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.
Version: | 0.0.22 |
Depends: | R (≥ 3.1) |
Imports: | methods, Rcpp |
LinkingTo: | Rcpp |
Suggests: | tinytest |
Published: | 2024-01-23 |
DOI: | 10.32614/CRAN.package.RcppAnnoy |
Author: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/eddelbuettel/rcppannoy/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/eddelbuettel/rcppannoy, https://dirk.eddelbuettel.com/code/rcpp.annoy.html |
NeedsCompilation: | yes |
Materials: | README NEWS ChangeLog |
CRAN checks: | RcppAnnoy results |
Reference manual: | RcppAnnoy.pdf |
Vignettes: |
Using Annoy in C++ |
Package source: | RcppAnnoy_0.0.22.tar.gz |
Windows binaries: | r-devel: RcppAnnoy_0.0.22.zip, r-release: RcppAnnoy_0.0.22.zip, r-oldrel: RcppAnnoy_0.0.22.zip |
macOS binaries: | r-release (arm64): RcppAnnoy_0.0.22.tgz, r-oldrel (arm64): RcppAnnoy_0.0.22.tgz, r-release (x86_64): RcppAnnoy_0.0.22.tgz, r-oldrel (x86_64): RcppAnnoy_0.0.22.tgz |
Old sources: | RcppAnnoy archive |
Reverse imports: | bbknnR, eiR, RCSL, scDHA, Seurat, SIMLR, uwot |
Reverse linking to: | scDHA, uwot |
Reverse suggests: | cellpypes |
Please use the canonical form https://CRAN.R-project.org/package=RcppAnnoy to link to this page.