-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.74 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
Package: Bchron
Type: Package
Title: Radiocarbon Dating, Age-Depth Modelling, Relative Sea Level Rate
Estimation, and Non-Parametric Phase Modelling
Version: 4.7.6.9000
Date: 2021-06-09
URL: https://andrewcparnell.github.io/Bchron/
BugReports: https://github.com/andrewcparnell/Bchron/issues
Depends:
R (>= 3.4.0),
Imports:
utils,
MASS,
coda,
mclust,
ggplot2,
ggridges,
magrittr,
purrr,
ggforce,
dplyr,
scales,
stringr,
checkmate
Encoding: UTF-8
Authors@R: c(
person("Andrew", "Parnell", email = "[email protected]", role = c("cre", "aut")),
person("Nathan", "McJames", role = "ctb"),
person("Bruna", "Wundervald", role = "ctb"),
person("Keefe", "Murphy", role = "ctb"),
person("Mateus", "Maia", role = "ctb"),
person("Amin", "Shoari Nejad", role = "ctb"),
person("Yong Chen", "Goh", role = "ctb")
)
Description: Enables quick calibration of radiocarbon dates under various
calibration curves (including user generated ones); age-depth modelling
as per the algorithm of Haslett and Parnell (2008) <DOI:10.1111/j.1467-9876.2008.00623.x>; Relative sea level
rate estimation incorporating time uncertainty in polynomial regression
models (Parnell and Gehrels 2015) <DOI:10.1002/9781118452547.ch32>; non-parametric phase modelling via
Gaussian mixtures as a means to determine the activity of a site
(and as an alternative to the Oxcal function SUM; currently
unpublished), and reverse calibration of dates from calibrated into
un-calibrated years (also unpublished).
License: GPL (>= 2)
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown,
covr
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 7.2.3
Language: en-US
Config/testthat/edition: 3