-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
30 lines (30 loc) · 996 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: RcppHNSW
Title: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest
Neighbors
Version: 0.6.9000
Authors@R: c(
person("James", "Melville", , "[email protected]", role = c("aut", "cre", "cph")),
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
Imports:
methods,
Rcpp (>= 0.11.3)
Suggests:
covr,
testthat
LinkingTo:
Rcpp
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1