-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.26 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
Package: clumpedr
Title: Clumped Isotope Analysis in R
Version: 0.3.0.9000
Authors@R:
person(
given = "Ilja", family = "Kocken",
email = "iljakocken@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2196-8718"))
URL: https://clumpedr.isoverse.org/, https://github.com/isoverse/clumpedr
BugReports: https://github.com/isoverse/clumpedr/issues
Description: Data processing in clumped isotopes is an involved, evolving field. This package aims to facilitate the processing of raw data to final \eqn{\Delta_{47}}{Δ47} values and temperatures, step-by-step, with good documentation, so that the full process is easier to understand and tweak, more reproducible, and fully transparent.
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 2.10)
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
tidyr (>= 0.8.3.9000),
tidyselect,
magrittr,
rlang (>= 0.4.0.9000),
readr,
glue (>= 1.2.0),
dplyr,
purrr,
broom,
stringr,
tibble,
stats
Suggests:
testthat (>= 3.0.0),
plotly,
ggplot2,
ggridges,
naniar,
tictoc,
knitr,
future,
furrr,
isoreader (>= 1.4.1)
Config/testthat/edition: 3
Remotes:
isoverse/isoreader