'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.7 |
Depends: | R (≥ 3.1) |
Imports: | methods, Rcpp (≥ 0.11.3) |
LinkingTo: | Rcpp |
Suggests: | RUnit |
Published: | 2015-11-15 |
Author: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | README ChangeLog |
CRAN checks: | RcppAnnoy results |
Reference manual: | RcppAnnoy.pdf |
Package source: | RcppAnnoy_0.0.7.tar.gz |
Windows binaries: | r-devel: RcppAnnoy_0.0.7.zip, r-release: RcppAnnoy_0.0.7.zip, r-oldrel: RcppAnnoy_0.0.7.zip |
OS X Snow Leopard binaries: | r-release: not available, r-oldrel: not available |
OS X Mavericks binaries: | r-release: RcppAnnoy_0.0.7.tgz |
Old sources: | RcppAnnoy archive |