Other packages > Find by keyword >

RcppAnnoy  

'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors
View on CRAN: Click here


Download and install RcppAnnoy package within the R console
Install from CRAN:
install.packages("RcppAnnoy")

Install from Github:
library("remotes")
install_github("cran/RcppAnnoy")

Install by package version:
library("remotes")
install_version("RcppAnnoy", "0.0.23")



Attach the package and use:
library("RcppAnnoy")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-11-16
Latest Update: 2024-01-23
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.
How to cite:
Dirk Eddelbuettel (2014). RcppAnnoy: 'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors. R package version 0.0.23, https://cran.r-project.org/web/packages/RcppAnnoy. Accessed 06 Mar. 2026.
Previous versions and publish date:
0.0.2 (2014-11-16 12:19), 0.0.3 (2014-11-18 11:20), 0.0.4 (2014-12-08 21:29), 0.0.5 (2015-01-24 12:55), 0.0.6 (2015-05-04 01:26), 0.0.7 (2015-11-15 22:27), 0.0.8 (2016-10-01 17:53), 0.0.9 (2017-08-31 14:01), 0.0.10 (2017-09-26 05:08), 0.0.11 (2018-11-01 19:40), 0.0.12 (2019-05-12 19:20), 0.0.13 (2019-09-23 14:20), 0.0.14 (2019-11-12 12:50), 0.0.15 (2020-02-27 16:40), 0.0.16 (2020-03-08 19:50), 0.0.17 (2020-11-16 08:50), 0.0.18 (2020-12-15 23:10), 0.0.19 (2021-07-30 20:00), 0.0.20 (2022-10-28 01:37), 0.0.21 (2023-07-03 00:50), 0.0.22 (2024-01-23 15:33)
Other packages that cited RcppAnnoy R package
View RcppAnnoy citation profile
Other R packages that RcppAnnoy depends, imports, suggests or enhances
Complete documentation for RcppAnnoy
Functions, R codes and Examples using the RcppAnnoy R package
Some associated functions: AnnoyIndex . RcppAnnoy-package . getAnnoyVersion . getArchictectureStatus . 
Some associated R codes: RcppExports.R . annoy.R . version.R .  Full RcppAnnoy package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA