-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1019 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
45
Package: biomeStats
Type: Package
Title: Methods for carrying out association studies of the microbiome
Version: 00.00.07
Authors@R:
c(person(given = "Sudarshan", family = "Shetty", role = c("aut", "cre"),
email = "sudarshanshetty9@gmail.com",
comment = c(ORCID = "0000-0001-7280-9915")),
person("José A", "Ferreira", role = c("aut")),
person(given = "Susana", "Fuentes", role = c("aut"),
email = "susana.fuentes@rivm.nl")
)
Description:
The biomestats R package is developed for association studies of the
microbiome.
Depends:
R (>= 4.0.0)
License: MIT + file LICENSE
Imports:
coin,
caret,
dplyr,
grDevices,
microbiome,
magrittr,
phyloseq,
reshape2,
readr,
rstatix,
stats,
tidyr,
tibble
Suggests:
DT,
knitr,
rmarkdown,
testthat,
biomeUtils,
devtools
Remotes:
github::RIVM-IIV-Microbiome/biomeUtils
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0