-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 984 Bytes
/
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
Package: isoprocessor
Title: IRMS data processor
Description: Data processing and reduction pipelines for isotope ratio mass spectrometry (IRMS) data
Version: 0.6.11
Authors@R: person("Sebastian", "Kopf", email = "[email protected]",
role = c("aut", "cre"))
URL: https://github.com/isoverse/isoprocessor
BugReports: https://github.com/isoverse/isoprocessor/issues
Depends:
R (>= 3.5.0),
isoreader (>= 1.2.1)
Imports:
methods,
stats,
utils,
magrittr,
rlang (>= 0.4.5),
tidyselect (>= 1.0.0),
vctrs (>= 0.2.4),
tibble (>= 3.0.0),
dplyr (>= 0.8.5),
tidyr (>= 1.0.0),
glue,
stringr,
purrr,
forcats,
ggplot2,
ggrepel,
lubridate,
broom,
investr,
readxl,
openxlsx
Suggests:
tidyverse,
testthat,
knitr,
markdown,
rmarkdown,
plotly,
covr
biocViews:
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1