-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (19 loc) · 1.65 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: coffee
Type: Package
Title: Chronological Ordering for Fossils and Environmental Events
Version: 0.4.3
Authors@R: c(
person("Maarten", "Blaauw", email="maarten.blaauw@qub.ac.uk", role=c("aut", "cre"), comment=c(ORCID="0000-0002-5680-1515")),
person("Marco A.", "Aquino Lopez", email="aquino@cimat.mx", role=c("aut", "ctb"), comment=c(ORCID="0000-0002-5076-7205")),
person("J. Andres", "Christen", email="jac@cimat.mx", role=c("aut", "ctb", "cph"), comment=c(ORCID="0000-0002-5795-4345")))
Maintainer: Maarten Blaauw <maarten.blaauw@qub.ac.uk>
Description: While individual calibrated radiocarbon dates can span several centuries, combining multiple dates together with any chronological constraints can make a chronology much more robust and precise. This package uses Bayesian methods to enforce the chronological ordering of radiocarbon and other dates, for example for trees with multiple radiocarbon dates spaced at exactly known intervals (e.g., 10 annual rings). For methods see Christen 2003 <doi:10.11141/ia.13.2>. Another example is sites where the relative chronological position of the dates is taken into account - the ages of dates further down a site must be older than those of dates further up (Buck, Kenworthy, Litton and Smith 1991 <doi:10.1017/S0003598X00080534>; Nicholls and Jones 2001 <doi:10.1111/1467-9876.00250>). The paper accompanying this R package is Blaauw et al. 2024 <doi:10.1017/RDC.2024.56>.
License: GPL (>= 2)
Encoding: UTF-8
URL: https://github.com/Maarten14C/coffee
RoxygenNote: 7.3.2
NeedsCompilation: no
Language: en-GB
VignetteBuilder: knitr
Suggests: knitr, rmarkdown, utf8
Imports: data.table, rintcal (>= 1.1.1), rice (>= 0.5.0)