forked from michaelwitting/genedataRutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.21 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
Package: genedataRutils
Title: Collection of utility functions to work with .gda files in R
Version: 1.0.0
Authors@R:
c(person(given = "Michael", family = "Witting",
role = c("aut", "cre"),
email = "michael.witting@helmholtz-muenchen.de",
comment = c(ORCID = "0000-0002-1462-4426")))
Description: Reading and working with Genedata Expressionist for MS .gda files
in R
Depends:
R (>= 3.6.0),
Spectra (>= 0.5.0),
MsCoreUtils(>= 1.1.5),
MetaboCoreUtils,
MsBackendMgf(>= 0.1.0),
BiocGenerics,
reshape2,
IRanges,
S4Vectors
Imports:
BiocParallel,
S4Vectors,
IRanges,
methods
Suggests:
testthat,
knitr (>= 1.1.0),
roxygen2,
BiocStyle (>= 2.5.19),
rmarkdown
Remotes:
RforMassSpectrometry/Spectra,
RforMassSpectrometry/MsCoreUtils,
RforMassSpectrometry/MsBackendMgf,
RforMassSpectrometry/MetaboCoreUtils,
License: CC BY-SA 4.0
LazyData: yes
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/michaelwitting/genedataRutils/issues
URL: https://github.com/michaelwitting/genedataRutils
biocViews: Infrastructure, MassSpectrometry, Metabolomics
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.1.1