-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 960 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 960 Bytes
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: disto
Type: Package
Title: Unified Interface to Distance, Dissimilarity, Similarity Matrices
Version: 0.2.6
Authors@R: person("KS", "Srikanth", email = "[email protected]", role = c("aut", "cre"))
Description: Provides a high level API to interface over sources storing distance, dissimilarity, similarity matrices with matrix style extraction, replacement and other utilities. Currently, in-memory dist object backend is supported.
URL: https://github.com/talegari/disto
BugReports: https://github.com/talegari/disto/issues
Imports:
proxy (>= 0.4.19),
assertthat (>= 0.2.0),
fastmatch(>= 1.1.0),
pbmcapply (>= 1.2.5),
data.table (>= 1.11.4),
magrittr (>= 1.5),
bigdist (>= 0.1.0),
Rfast (>= 1.9.2),
ggplot2 (>= 3.1.0),
methods,
stats,
graphics
Depends:
R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
RoxygenNote: 6.1.0
Suggests:
knitr (>= 1.15.1),
rmarkdown (>= 1.4),
VignetteBuilder: knitr