-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.5 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
Package: microfunk
Title: What the Package Does (One Line, Title Case)
Version: 0.99.0
Authors@R:
c(person(given = "Judit",
family = "Farré-Badia",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = " ")),
person(given = "Francesc",
family = "Català-Moll",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2354-8648"))
)
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd", "roxytest::testthat_roclet",
"roxyglobals::global_roclet"), markdown = TRUE)
URL: https://github.com/MicrobialGenomics-IrsicaixaOrg/microfunk,
https://microbialgenomics-irsicaixaorg.github.io/microfunk/
BugReports: https://github.com/MicrobialGenomics-IrsicaixaOrg/microfunk/issues
biocViews: Software, Sequencing, Microbiome, Metagenomics
Imports:
cli,
curl,
data.table,
DESeq2,
dplyr,
ggplot2,
ggrepel,
Maaslin2,
magrittr,
methods,
purrr,
RColorBrewer,
stats,
stringr,
SummarizedExperiment,
tibble
Suggests:
testthat (>= 3.0.0),
knitr,
metagenomeSeq,
ashr,
apeglm,
R.utils
Config/testthat/edition: 3
Depends:
R (>= 4.3.0)
LazyData: false
VignetteBuilder: knitr
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: TRUE
Config/testthat/parallel: true
RoxygenNote: 7.3.1