Package: RcppHNSW
Title: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest
        Neighbors
Version: 0.3.0
Authors@R: c(person("James", "Melville", email = "jlmelville@gmail.com", 
  role = c("aut", "cre")), 
  person("Aaron", "Lun", role = "ctb"), 
  person("Samuel", "Granjeaud", role = "ctb"),
  person("Dmitriy", "Selivanov", role = "ctb"),
  person("Yuxing", "Liao", role = "ctb"))
Description: 'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This 
 package provides a minimal R interface by relying on the 'Rcpp' package. See 
 <https://github.com/nmslib/hnswlib> for more on 'hnswlib'. 'hnswlib' is 
 released under Version 2.0 of the Apache License.
License: GPL-3
URL: https://github.com/jlmelville/rcpphnsw
BugReports: https://github.com/jlmelville/rcpphnsw/issues
Encoding: UTF-8
LazyData: true
Imports: methods, Rcpp (>= 0.11.3)
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Suggests: testthat, covr
NeedsCompilation: yes
Packaged: 2020-09-06 05:21:45 UTC; jlmel
Author: James Melville [aut, cre],
  Aaron Lun [ctb],
  Samuel Granjeaud [ctb],
  Dmitriy Selivanov [ctb],
  Yuxing Liao [ctb]
Maintainer: James Melville <jlmelville@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-06 05:40:03 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-09-06 10:25:52 UTC; unix
Archs: RcppHNSW.so.dSYM
