-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 898 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
38
39
40
41
42
43
44
Package: speedyseq
Title: Faster implementations of phyloseq functions
Version: 0.5.3.9021
Authors@R:
person(given = "Michael",
family = "McLaren",
role = c("aut", "cre"),
email = "[email protected]")
Description: Faster implementations of phyloseq functions.
URL: https://mikemc.github.io/speedyseq, https://github.com/mikemc/speedyseq
BugReports: https://github.com/mikemc/speedyseq/issues
License: AGPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
phyloseq
Imports:
ape,
Biostrings,
castor,
data.table,
dplyr,
ggplot2,
magrittr,
methods,
purrr,
rlang,
tibble,
tidyr,
scales,
stringr,
vctrs (>= 0.3.0),
vegan
RoxygenNote: 7.3.1
Suggests:
cowplot,
DECIPHER,
forcats,
ggtree,
janitor,
phangorn,
testthat,
withr
Roxygen: list(markdown = TRUE)