-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 861 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
31
32
33
34
35
36
37
Package: landmark
Title: procedures to generate landmark sets from finite metric spaces
Version: 0.0.0.9001
Authors@R:
c(
person(given = "Jason Cory",
family = "Brunson",
role = c("aut", "cre"),
email = "cornelioid@gmail.com"),
person(given = "Yara",
family = "Skaf",
role = c("aut"))
)
Description: Calculate landmark sets for finite metric spaces using the maxmin
procedure (for fixed-radius balls) or an adaptation of it for rank data
(for roughly fixed-cardinality nearest neighborhoods).
License: GPL-3
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 2.10)
Imports:
Rcpp,
proxy
Suggests:
testthat,
tdaunif,
knitr,
bench,
cowplot,
dplyr,
ggplot2
LinkingTo:
Rcpp