-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 893 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
Package: cbmbtools
Title: R Functions for Facilitating Microbiome Analyses
Date: 11-05-2020
Version: 0.0.0.9035
Authors@R:
person(given = "Christopher A.",
family = "Brown",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: General purpose package containing functions for facilitating microbiome analysis pipelines, including data import, manipulation, and visualization tasks.
License: GPL-3
URL: https://github.com/cb-42/cbmbtools
BugReports: https://github.com/cb-42/cbmbtools/issues
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
forcats,
ggplot2,
purrr,
randomForest,
readr,
rlang,
scales,
stringr,
tibble,
tidyr,
vegan
RoxygenNote: 7.1.1
Suggests:
knitr,
mvabund,
rmarkdown,
RColorBrewer,
testthat (>= 2.1.0)