-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.42 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
Package: elco
Title: Handling Data on Chemical Element Contents and Isotope signatures
Version: 0.0.0.9000
Authors@R: c(
person(given = "Henning",
family = "Teickner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3993-1182")),
person(given = "Klaus-Holger",
family = "Knorr",
role = c("aut"),
email = "[email protected]"),
person(given = "Tanja",
family = "Broder",
role = c("ctb")),
person(given = "Mariusz",
family = "Gałka",
role = c("ctb"))
)
Description: 'elco' provides functions to read in raw data on element contents
from X-ray fluorescence (XRF), gaschromatographic element analysis (EA), and
isotope ratio mass spectrometry (IRMS), handling these as data frames with
units, and computing simple derived variables, such as element ratios.
License: GPL-3
ByteCompile: true
Encoding: UTF-8
LazyData: true
Imports:
rlang,
dplyr,
purrr,
tidyr,
lubridate,
data.table,
PeriodicTable,
vctrs,
Rdpack,
magrittr,
lifecycle,
stringr
RoxygenNote: 7.1.2.9000
Suggests:
knitr,
rmarkdown,
ggplot2,
spelling,
tibble
VignetteBuilder: knitr
Depends:
R (>= 2.10),
quantities,
errors,
units
RdMacros:
Rdpack
Roxygen: list(markdown = TRUE)
Language: en-US