File: DESCRIPTION

package info (click to toggle)
r-cran-rcpphnsw 0.3.0.9001%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: cpp: 386; ansic: 58; sh: 13; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: RcppHNSW
Title: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
Version: 0.3.0.9001
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