-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 946 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
Package: isorunN2O
Type: Package
Title: Process IRMS runs of N2O analyses.
Version: 0.4.0
Authors@R: person("Sebastian", "Kopf", email = "[email protected]",
role = c("aut", "cre"))
Description: This package facilitates the reading, processing and visualization
of N2O isotope data including drift correction, 17O correction and standards
calibration.
License: GPL-3
URL: https://github.com/sebkopf/isorunN2O
BugReports: https://github.com/sebkopf/isorunN2O/issues
Depends:
R (>= 4.0)
Imports:
methods,
rlang,
stats,
dplyr (>= 1.0.0),
plotly (>= 4.9.0),
ggplot2 (>= 3.0.0),
R.utils,
lazyeval,
tidyr,
cowplot,
gtools,
isoreader (>= 1.3.0),
lifecycle
Suggests:
testthat,
rmarkdown,
knitr,
openxlsx,
shiny,
shinyBS,
shinyAce,
DT,
grid,
gridExtra,
scales
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1