-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.45 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
51
52
53
Package: isoorbi
Type: Package
Title: Process Orbitrap Isotopocule Data
Version: 1.3.1
Date: 2024-07-24
Authors@R:
c(person(
given = "Caj", family = "Neubauer",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5348-5609")),
person(
given = "Sebastian", family = "Kopf",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-2044-0201")),
person(
given = "Kristýna", family = "Kantnerová",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-6259-3225"))
)
URL: https://isoorbi.isoverse.org/, https://github.com/isoverse/isoorbi
BugReports: https://github.com/isoverse/isoorbi/issues
Depends:
R (>= 4.1.0)
Imports:
utils (>= 4.1.0),
stats (>= 4.1.0),
rlang (>= 1.0.0),
lifecycle (>= 1.0.0),
tidyr (>= 1.2.0),
dplyr (>= 1.1.1),
ggplot2 (>= 3.4.0),
scales (>= 1.2.1),
readr (>= 2.1.0),
tidyselect (>= 1.2.0),
openxlsx,
purrr,
methods
Suggests:
devtools,
knitr,
rmarkdown,
testthat,
forcats
Description: Read and process isotopocule data from an Orbitrap Isotope Solutions mass spectrometer. Citation: Kantnerova et al. (Nature Protocols, 2024).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)