-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.04 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
Package: riches
Title: Strucutral and Functional Enrichment Analyses
Version: 0.3.0
Authors@R:
person(given = "Jasen",
family = "Finch",
role = c("aut", "cre"),
email = "jsf9@aber.ac.uk")
Description: Structural and functional enrichment for metabolomics data.
URL: https://jasenfinch.github.io/riches/
BugReports: https://github.com/jasenfinch/riches/issues
biocViews: Metabolomics
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.5.0)
Imports:
broom,
cheminf,
construction,
dplyr,
FELLA,
igraph,
magrittr,
metabolyseR,
methods,
mzAnnotation,
purrr,
rlang,
stringr,
tibble,
tidygraph,
tidyr,
tidyselect
Remotes: aberHRML/assignments,
aberHRML/mzAnnotation,
jasenfinch/cheminf,
jasenfinch/construction,
jasenfinch/metabolyseR,
bioc::FELLA
LazyData: true
RoxygenNote: 7.2.3
Suggests:
assignments,
testthat,
covr