|
1 |
| -Package: BayLum |
2 | 1 | Type: Package
|
| 2 | +Package: BayLum |
3 | 3 | Title: Chronological Bayesian Models Integrating Optically Stimulated
|
4 |
| - Luminescence and Radiocarbon Age Dating |
5 |
| -Description: Bayesian analysis of luminescence data and C-14 age estimates. Bayesian models are based on the following publications: Combes, B. & Philippe, A. (2017) <doi:10.1016/j.quageo.2017.02.003> and Combes et al. (2015) <doi:10.1016/j.quageo.2015.04.001>. This includes, amongst others, data import, export, application of age models and palaeodose model. |
6 |
| -Date: 2024-07-12 |
| 4 | + Luminescence and Radiocarbon Age Dating |
7 | 5 | Version: 0.3.3.9000-13
|
8 |
| -Author: Claire Christophe [aut], |
9 |
| - Anne Philippe [aut, cre] (<https://orcid.org/0000-0002-5331-5087>), |
10 |
| - Sebastian Kreutzer [aut] (<https://orcid.org/0000-0002-0734-2199>), |
11 |
| - Guillaume Guérin [aut] (<https://orcid.org/0000-0001-6298-5579>), |
12 |
| - Frederik Harly Baumgarten [aut] (<https://orcid.org/0000-0002-4374-5948>), |
13 |
| - Nicolas Frerebeau [aut] (<https://orcid.org/0000-0001-5759-4944>) |
| 6 | +Date: 2024-07-12 |
14 | 7 | Authors@R: c(
|
15 |
| - person("Claire", "Christophe", role = c("aut")), |
16 |
| - person("Anne", "Philippe", role = c("aut", "cre"), email = " [email protected]", comment = c(ORCID = "0000-0002-5331-5087")), |
17 |
| - person("Sebastian", "Kreutzer", role = "aut", comment = c(ORCID = "0000-0002-0734-2199")), |
18 |
| - person("Guillaume", "Guérin", role = "aut", comment = c(ORCID = "0000-0001-6298-5579")), |
19 |
| - person("Frederik Harly", "Baumgarten", role = "aut", comment = c(ORCID = "0000-0002-4374-5948")), |
20 |
| - person("Nicolas", "Frerebeau", role = "aut", comment = c(ORCID = "0000-0001-5759-4944"))) |
| 8 | + person("Claire", "Christophe", role = "aut"), |
| 9 | + person("Anne", "Philippe", , " [email protected]", role = c("aut", "cre"), |
| 10 | + comment = c(ORCID = "0000-0002-5331-5087")), |
| 11 | + person("Sebastian", "Kreutzer", role = "aut", |
| 12 | + comment = c(ORCID = "0000-0002-0734-2199")), |
| 13 | + person("Guillaume", "Guérin", role = "aut", |
| 14 | + comment = c(ORCID = "0000-0001-6298-5579")), |
| 15 | + person("Frederik Harly", "Baumgarten", role = "aut", |
| 16 | + comment = c(ORCID = "0000-0002-4374-5948")), |
| 17 | + person("Nicolas", "Frerebeau", role = "aut", |
| 18 | + comment = c(ORCID = "0000-0001-5759-4944")), |
| 19 | + person("Université Bordeaux Montaigne", role = c("cph", "fnd")), |
| 20 | + person("CNRS", role = "fnd"), |
| 21 | + person("LabEx Sciences archéologiques de Bordeaux", role = "fnd") |
| 22 | + ) |
| 23 | +Author: Claire Christophe [aut], Anne Philippe [aut, cre] |
| 24 | + (<https://orcid.org/0000-0002-5331-5087>), Sebastian Kreutzer [aut] |
| 25 | + (<https://orcid.org/0000-0002-0734-2199>), Guillaume Guérin [aut] |
| 26 | + (<https://orcid.org/0000-0001-6298-5579>), Frederik Harly Baumgarten |
| 27 | + [aut] (<https://orcid.org/0000-0002-4374-5948>), Nicolas Frerebeau |
| 28 | + [aut] (<https://orcid.org/0000-0001-5759-4944>) Université Bordeaux |
| 29 | + Montaigne [cph, fnd] CNRS [fnd] LabEx Sciences archéologiques de |
| 30 | + Bordeaux [fnd] |
21 | 31 | Maintainer: Anne Philippe < [email protected]>
|
| 32 | +Description: Bayesian analysis of luminescence data and C-14 age |
| 33 | + estimates. Bayesian models are based on the following publications: |
| 34 | + Combes, B. & Philippe, A. (2017) <doi:10.1016/j.quageo.2017.02.003> |
| 35 | + and Combes et al. (2015) <doi:10.1016/j.quageo.2015.04.001>. This |
| 36 | + includes, amongst others, data import, export, application of age |
| 37 | + models and palaeodose model. |
| 38 | +License: GPL-3 |
| 39 | +URL: https://CRAN.r-project.org/package=BayLum, |
| 40 | + https://crp2a.github.io/BayLum/ |
| 41 | +BugReports: https://github.com/crp2a/BayLum/issues |
22 | 42 | Depends:
|
23 |
| - R (>= 4.3), |
24 |
| - utils, |
25 |
| - coda (>= 0.19) |
| 43 | + coda (>= 0.19), |
| 44 | + R (>= 4.3), |
| 45 | + utils |
26 | 46 | Imports:
|
27 |
| - methods, |
28 |
| - hexbin (>= 1.28.3), |
29 |
| - cli (>= 3.6.1), |
30 |
| - KernSmooth (>= 2.23), |
31 |
| - rjags (>= 4-15), |
32 |
| - runjags (>= 2.2.2), |
33 |
| - Luminescence (>= 0.9.24), |
34 |
| - yaml (>= 2.3.9) |
| 47 | + cli (>= 3.6.1), |
| 48 | + hexbin (>= 1.28.3), |
| 49 | + KernSmooth (>= 2.23), |
| 50 | + Luminescence (>= 0.9.24), |
| 51 | + methods, |
| 52 | + rjags (>= 4-15), |
| 53 | + runjags (>= 2.2.2), |
| 54 | + yaml (>= 2.3.9) |
35 | 55 | Suggests:
|
36 |
| - testthat (>= 3.2.1), |
37 | 56 | knitr,
|
38 |
| - rmarkdown |
39 |
| -License: GPL-3 |
40 |
| -Language: en-GB |
| 57 | + rmarkdown, |
| 58 | + testthat (>= 3.2.1) |
| 59 | +VignetteBuilder: |
| 60 | + knitr |
41 | 61 | Encoding: UTF-8
|
42 |
| -URL: https://CRAN.r-project.org/package=BayLum, https://crp2a.github.io/BayLum/ |
43 |
| -BugReports: https://github.com/crp2a/BayLum/issues |
| 62 | +Language: en-GB |
44 | 63 | LazyData: true
|
45 | 64 | NeedsCompilation: no
|
46 |
| -SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/) |
47 |
| -VignetteBuilder: knitr |
48 | 65 | RoxygenNote: 7.3.2
|
| 66 | +SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/) |
0 commit comments