-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
36 lines (36 loc) · 1.38 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
Package: RforMassSpectrometry
Title: R for MassSpectrometry meta-package
Version: 0.1.5
Description: The RforMassSpectrometry meta-package loads and manages
the core packages of the R for Mass Spectrometry initiative, that
provide efficient, thoroughly documented, tested and flexible R
software for the analysis and interpretation of high throughput
mass spectrometry assays.
Authors@R: c(person(given = "Laurent", family = "Gatto",
comment = c(ORCID = "0000-0002-1520-2268"),
email = "[email protected]",
role = c("aut","cre")),
person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Sebastian", family = "Gibb",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0001-7406-4443")))
Depends: R (>= 3.5.0)
Imports:
MsExperiment,
Spectra,
QFeatures,
MsCoreUtils,
MetaboCoreUtils,
PSMatch
Suggests: BiocStyle, knitr, rmarkdown
URL: https://www.RforMassSpectrometry.org/
BugReports: https://github.com/RforMassSpectrometry/RforMassSpectrometry/issues
VignetteBuilder: knitr
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2