forked from kuppal2/xMSannotator
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
51 lines (50 loc) · 1.31 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
Package: recetox.xmsannotator
Title: Network-Based Annotation of LC-MS Data
Version: 0.10.0
Authors@R: c(
person("Karan", "Uppal", email = "[email protected]", role = "aut"),
person("Jiri", "Novotny", email = "[email protected]", role = "ctb"),
person("RECETOX", email = "[email protected]", role = "cre"))
Description: This is a customized fork of the original work from Karan Uppal.
The package contains various functions for LC-MS data annotation, filtering and quality assessment.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.1.1),
Rcpp (>= 0.11.0)
Imports:
plyr (>= 1.8.6),
dplyr (>= 1.0.0),
rlang,
WGCNA (>= 1.69),
flashClust (>= 1.01-2),
dynamicTreeCut,
tidyr (>= 1.1.4),
RANN (>= 2.6.1),
pastecs (>= 1.3.21),
purrr (>= 0.3.4),
rcdk (>= 3.5.0),
magrittr,
rlist (>= 0.4.6.2),
Rdisop,
foreach,
tibble (>= 3.1.5)
Suggests:
testthat (>= 3.0.0),
arrow (>= 9.0.0),
arrow (<= 10.0.0),
entropy (>= 1.3.1),
gplots,
readr (>= 2.0.2),
patrick (>= 0.1.0),
dataCompareR (>= 0.1.3),
covr (<= 3.5.1)
Config/testthat/edition: 3
SystemRequirements: C++11
LinkingTo:
Rcpp