-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 894 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
Package: clumpedcalib
Title: Calculate and Apply Clumped Isotope Calibrations Using Bootstrapping
Version: 0.0.0.9000
Authors@R:
person("Ilja", "Kocken", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2196-8718"))
Description: Calculate bootstrapped York regression from clumped isotope
calibration data. Calculate bootstrapped sample means for the age, d13C,
d18O, and D47. Apply the bootstrapped calibration to calculate temperature
and d18Osw.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
bfsl,
boot,
cli,
dplyr,
ggdist,
glue,
infer,
purrr,
readr,
stats,
tibble,
tidylog,
tidyr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://japhir.github.io/clumpedcalib/
VignetteBuilder: knitr