-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
60 lines (60 loc) · 1.58 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
54
55
56
57
58
59
60
Package: isoreader
Title: Read Stable Isotope Data Files
Description: Interface to the raw data file formats commonly encountered in scientific disciplines that make use of stable isotopes.
Version: 1.4.1
Authors@R:
c(person(
given = "Sebastian", family = "Kopf",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2044-0201")),
person(
given = "Brett", family = "Davidheiser-Kroll",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-6153-7851")),
person(
given = "Ilja", family = "Kocken",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-2196-8718"))
)
URL: http://isoreader.isoverse.org, https://github.com/isoverse/isoreader
BugReports: https://github.com/isoverse/isoreader/issues
Depends:
R (>= 4.2.0),
stats
Imports:
methods,
R.utils,
rlang (>= 1.1.0),
lifecycle (>= 1.0.0),
tidyselect (>= 1.2.0),
vctrs (>= 0.6.0),
tibble (>= 3.0.0),
dplyr (>= 1.1.0),
tidyr (>= 1.3.0),
glue (>= 1.6.0),
stringr (>= 1.5.0),
purrr (>= 1.0.0),
future (>= 1.33.0),
lubridate (>= 1.9.0),
readr (>= 2.0.0),
progress (>= 1.2.2)
Suggests:
devtools,
testthat,
feather (>= 0.3.5),
readxl (>= 1.4.0),
openxlsx (>= 4.2.0),
xml2 (>= 1.3.5),
rhdf5 (>= 2.0.0),
knitr,
markdown,
rmarkdown,
covr
biocViews:
License: GPL (>= 2)
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3