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 11 Jun. 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

leontief  
Input-Output Analysis
An implementation of the Input-Output model developed by Wassily Leontief that represents the inter ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
Voss  
Generic Voss Algorithm (Random Sequential Additions)
Generating realizations of a fractal Brownian function on uniform 1D & 2D grid with classic and ...
Download / Learn more Package Citations See dependency  
hsphase  
Phasing, Pedigree Reconstruction, Sire Imputation and Recombination Events Identification of Half-sib Families Using SNP Data
Identification of recombination events, haplotype reconstruction, sire imputation and pedigree recon ...
Download / Learn more Package Citations See dependency  
clusrank  
Wilcoxon Rank Tests for Clustered Data
Non-parametric tests (Wilcoxon rank sum test and Wilcoxon signed rank test) for clustered data docu ...
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  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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