-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
80 lines (80 loc) · 2.38 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: schtools
Title: Schloss Lab Tools for Reproducible Microbiome Research
Version: 0.4.1.9000
Date: 2023-08-21
Authors@R:
c(person(given = "Kelly",
family = "Sovacool",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3283-829X")),
person(given = "Nicholas",
family = "Lesniak",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9359-5194")),
person(given = "Sarah",
family = "Lucas",
role = "aut",
comment = c(ORCID = "0000-0003-1676-5801")),
person(given = "Courtney",
family = "Armour",
role = "aut",
comment = c(ORCID = "0000-0002-5250-1224")),
person(given = "Patrick",
family = "Schloss",
role = "aut",
email = "[email protected]"),
person(given = "Jacqueline",
family = "Moltzau",
role = "ctb",
comment = c(ORCID = "0000-0003-1398-5980")),
person(given = "Andrew",
family = "Hannah",
role = "ctb"),
person(given = "Nielson",
family = "Baxter",
role = "ctb"),
person(given = "Alyxandria",
family = "Schubert",
role = "ctb"),
person(given = "Kathryn",
family = "Iverson",
role = "ctb"))
Description: A collection of useful functions and example code created and
used by the Schloss Lab for reproducible microbiome research. Perform
common tasks like read files created by mothur <https://mothur.org/>,
tidy up your microbiome data, and format R Markdown documents for
publication. See the website <http://www.schlosslab.org/schtools/>
for more information, documentation, and examples.
License: MIT + file LICENSE
URL: http://www.schlosslab.org/schtools/,
https://github.com/SchlossLab/schtools
BugReports: https://github.com/SchlossLab/schtools/issues
Imports:
dplyr,
formatR,
glue,
rlang,
stringr,
tidyr
Suggests:
covr,
cowplot,
ggplot2,
ggtext,
here,
hexSticker,
hrbrthemes,
knitr,
purrr,
readr,
rmarkdown,
showtext,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3