-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
63 lines (63 loc) · 2.32 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
59
60
61
62
63
Package: rbacon
Type: Package
Title: Age-Depth Modelling using Bayesian Statistics
Version: 3.3.2
Author: Maarten Blaauw [aut, cre] (<https://orcid.org/0000-0002-5680-1515>),
J. Andres Christen [aut, ctb, cph]
(<https://orcid.org/0000-0002-5795-4345>),
Marco A. Aquino Lopez [aut] (<https://orcid.org/0000-0002-5076-7205>),
Judith Esquivel Vazquez [ctb],
Oscar M. Gonzalez V. [ctb],
Ted Belding [cph],
James Theiler [cph],
Brian Gough [cph],
Charles Karney [cph]
Authors@R:
c(person(given = "Maarten",
family = "Blaauw",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5680-1515")),
person(given = "J. Andres",
family = "Christen",
role = c("aut", "ctb", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5795-4345")),
person(given = "Marco A.",
family = "Aquino Lopez",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5076-7205")),
person(given = "Judith",
family = "Esquivel Vazquez",
role = "ctb"),
person(given = "Oscar M.",
family = "Gonzalez V.",
role = "ctb"),
person(given = "Ted",
family = "Belding",
role = "cph"),
person(given = "James",
family = "Theiler",
role = "cph"),
person(given = "Brian",
family = "Gough",
role = "cph"),
person(given = "Charles",
family = "Karney",
role = "cph"))
Description: An approach to age-depth modelling that uses Bayesian statistics to reconstruct accumulation histories for deposits, through combining radiocarbon and other dates with prior information on accumulation rates and their variability. See Blaauw & Christen (2011).
Encoding: UTF-8
Repository: CRAN
License: GPL (>= 2)
Language: en-GB
NeedsCompilation: yes
Imports: coda (>= 0.19-1), graphics, grDevices, Rcpp (>= 0.12.12),
stats, utils, data.table, rintcal (>= 1.1.1)
Depends: rice (>= 0.5.0), R (>= 3.5.0)
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, utf8
VignetteBuilder: knitr
Maintainer: Maarten Blaauw <[email protected]>
Packaged: 2024-09-28 13:00:13 UTC; maarten