forked from rformassspectrometry/SpectriPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.52 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.52 KB
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
Package: SpectriPy
Title: Integrating Spectra with Python's matchms
Version: 0.0.2
Authors@R:
c(person(given = "Michael", family = "Witting",
role = c("aut"),
email = "michael.witting@helmholtz-muenchen.de",
comment = c(ORCID = "0000-0002-1462-4426")),
person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Carolin", family = "Huber",
email = "",
role = c("aut"),
comment = c(ORCID = "")),
person(given = "Helge", family = "Hecht",
email = "helge.hecht@recetox.muni.cz",
role = c("aut"),
comment = c(ORCID = "0000-0001-6744-996X")))
Description: The SpectriPy package allows to integrate Python-based MS analysis
code with the Spectra package. Spectra objects can be converted into python
objects.
Depends:
R (>= 4.1.0)
Imports:
Spectra,
basilisk,
reticulate,
IRanges,
S4Vectors,
BiocParallel,
methods
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown,
patrick
License: Artistic-2.0
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/SpectriPy/issues
URL: https://github.com/RforMassSpectrometry/SpectriPy
biocViews: Infrastructure, Metabolomics, MassSpectrometry
Encoding: UTF-8
StagedInstall: no
SystemRequirements: python (>= 3.5)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2