-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update funding details and add logos
- Loading branch information
1 parent
e2b89e4
commit 67e73d0
Showing
11 changed files
with
152 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,66 @@ | ||
Package: BayLum | ||
Type: Package | ||
Package: BayLum | ||
Title: Chronological Bayesian Models Integrating Optically Stimulated | ||
Luminescence and Radiocarbon Age Dating | ||
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. | ||
Date: 2024-07-12 | ||
Luminescence and Radiocarbon Age Dating | ||
Version: 0.3.3.9000-13 | ||
Author: Claire Christophe [aut], | ||
Anne Philippe [aut, cre] (<https://orcid.org/0000-0002-5331-5087>), | ||
Sebastian Kreutzer [aut] (<https://orcid.org/0000-0002-0734-2199>), | ||
Guillaume Guérin [aut] (<https://orcid.org/0000-0001-6298-5579>), | ||
Frederik Harly Baumgarten [aut] (<https://orcid.org/0000-0002-4374-5948>), | ||
Nicolas Frerebeau [aut] (<https://orcid.org/0000-0001-5759-4944>) | ||
Date: 2024-07-12 | ||
Authors@R: c( | ||
person("Claire", "Christophe", role = c("aut")), | ||
person("Anne", "Philippe", role = c("aut", "cre"), email = "anne.philippe@univ-nantes.fr", comment = c(ORCID = "0000-0002-5331-5087")), | ||
person("Sebastian", "Kreutzer", role = "aut", comment = c(ORCID = "0000-0002-0734-2199")), | ||
person("Guillaume", "Guérin", role = "aut", comment = c(ORCID = "0000-0001-6298-5579")), | ||
person("Frederik Harly", "Baumgarten", role = "aut", comment = c(ORCID = "0000-0002-4374-5948")), | ||
person("Nicolas", "Frerebeau", role = "aut", comment = c(ORCID = "0000-0001-5759-4944"))) | ||
person("Claire", "Christophe", role = "aut"), | ||
person("Anne", "Philippe", , "anne.philippe@univ-nantes.fr", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-5331-5087")), | ||
person("Sebastian", "Kreutzer", role = "aut", | ||
comment = c(ORCID = "0000-0002-0734-2199")), | ||
person("Guillaume", "Guérin", role = "aut", | ||
comment = c(ORCID = "0000-0001-6298-5579")), | ||
person("Frederik Harly", "Baumgarten", role = "aut", | ||
comment = c(ORCID = "0000-0002-4374-5948")), | ||
person("Nicolas", "Frerebeau", role = "aut", | ||
comment = c(ORCID = "0000-0001-5759-4944")), | ||
person("Université Bordeaux Montaigne", role = c("cph", "fnd")), | ||
person("CNRS", role = "fnd"), | ||
person("LabEx Sciences archéologiques de Bordeaux", role = "fnd") | ||
) | ||
Author: Claire Christophe [aut], Anne Philippe [aut, cre] | ||
(<https://orcid.org/0000-0002-5331-5087>), Sebastian Kreutzer [aut] | ||
(<https://orcid.org/0000-0002-0734-2199>), Guillaume Guérin [aut] | ||
(<https://orcid.org/0000-0001-6298-5579>), Frederik Harly Baumgarten | ||
[aut] (<https://orcid.org/0000-0002-4374-5948>), Nicolas Frerebeau | ||
[aut] (<https://orcid.org/0000-0001-5759-4944>) Université Bordeaux | ||
Montaigne [cph, fnd] CNRS [fnd] LabEx Sciences archéologiques de | ||
Bordeaux [fnd] | ||
Maintainer: Anne Philippe <anne.philippe@univ-nantes.fr> | ||
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. | ||
License: GPL-3 | ||
URL: https://CRAN.r-project.org/package=BayLum, | ||
https://crp2a.github.io/BayLum/ | ||
BugReports: https://github.com/crp2a/BayLum/issues | ||
Depends: | ||
R (>= 4.3), | ||
utils, | ||
coda (>= 0.19) | ||
coda (>= 0.19), | ||
R (>= 4.3), | ||
utils | ||
Imports: | ||
methods, | ||
hexbin (>= 1.28.3), | ||
cli (>= 3.6.1), | ||
KernSmooth (>= 2.23), | ||
rjags (>= 4-15), | ||
runjags (>= 2.2.2), | ||
Luminescence (>= 0.9.24), | ||
yaml (>= 2.3.9) | ||
cli (>= 3.6.1), | ||
hexbin (>= 1.28.3), | ||
KernSmooth (>= 2.23), | ||
Luminescence (>= 0.9.24), | ||
methods, | ||
rjags (>= 4-15), | ||
runjags (>= 2.2.2), | ||
yaml (>= 2.3.9) | ||
Suggests: | ||
testthat (>= 3.2.1), | ||
knitr, | ||
rmarkdown | ||
License: GPL-3 | ||
Language: en-GB | ||
rmarkdown, | ||
testthat (>= 3.2.1) | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
URL: https://CRAN.r-project.org/package=BayLum, https://crp2a.github.io/BayLum/ | ||
BugReports: https://github.com/crp2a/BayLum/issues | ||
Language: en-GB | ||
LazyData: true | ||
NeedsCompilation: no | ||
SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/) | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.3.2 | ||
SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,42 @@ | ||
#' @title Chronological Bayesian Models Integrating Optically Stimulated Luminescence and C-14 Dating\cr | ||
#' | ||
#' \if{html}{ | ||
#' \figure{BayLum_logo.png}{options: width="50"}\cr | ||
#' } | ||
#' | ||
#' @description A collection of various R functions for Bayesian analysis of luminescence | ||
#' data and C-14 age estimates. This includes, amongst others, data import, export, | ||
#' application of age and palaeodose models. | ||
#' | ||
#' @title | ||
#' Chronological Bayesian Models Integrating Optically Stimulated Luminescence | ||
#' and C-14 Dating | ||
#' @description | ||
#' A collection of various R functions for Bayesian analysis of luminescence | ||
#' data and C-14 age estimates. This includes, amongst others, data import, | ||
#' export, application of age and palaeodose models. | ||
#' @details | ||
#' This package is based on the functions: [Generate_DataFile()] and | ||
#' [Generate_DataFile_MG()] to import luminescence data. These functions create | ||
#' a list containing all informations to compute age of single-grain OSL | ||
#' measurements for the first function and multi-grain OSL measurements for | ||
#' the second. | ||
#' | ||
#' The functions: [Age_Computation()] and [AgeS_Computation()] use Bayesian | ||
#' analysis for OSL age estimation for one or various samples according to | ||
#' difference models (e.g. different dose-response curves and different | ||
#' equivalent dose distributions around the palaeodose). | ||
#' | ||
#' It is possible to consider various BIN/BINX-files per sample, to compute | ||
#' ages of samples in stratigraphic constraints and to integrate systematic | ||
#' errors. | ||
#' | ||
#' It is possible to calibrate C-14 age with the function | ||
#' [AgeC14_Computation()]. We can also estimate chronology containing 14C age | ||
#' and OSL samples with the function [Age_OSLC14()]. | ||
#' @references | ||
#' Philippe, A., Guérin, G., Kreutzer, S., 2019. BayLum - An R package for | ||
#' Bayesian analysis of OSL ages: An introduction. *Quaternary Geochronology* | ||
#' 49, 16-24. \doi{10.1016/j.quageo.2018.05.009} | ||
#' @note | ||
#' This work received a state financial support managed by the Agence Nationale | ||
#' de la Recherche (France) through the program *Investissements d'avenir* | ||
#' (ref. [ANR-10-LABX-52](https://lascarbx.labex.u-bordeaux.fr). | ||
#' @name BayLum-package | ||
#' @aliases BayLum-package BayLum | ||
#' @keywords package | ||
#' @details This package is based on the functions: [Generate_DataFile] and [Generate_DataFile_MG] | ||
#' to import luminescence data. These functions create a list containing all informations to | ||
#' compute age of single-grain OSL measurements for the first function and multi-grain OSL | ||
#' measurements for the second. | ||
#' | ||
#' The functions: [Age_Computation] and [AgeS_Computation] use Bayesian analysis for OSL age | ||
#' estimation for one or various samples according to difference models | ||
#' (e.g. different dose-response curves and different equivalent dose distributions around the palaeodose). | ||
#' | ||
#' It is possible to consider various BIN/BINX-files per sample, to compute ages of samples in | ||
#' stratigraphic constraints and to integrate systematic errors. | ||
#' | ||
#' It is possible to calibrate C-14 age with the function [AgeC14_Computation]. | ||
#' We can also estimate chronology containing 14C age and OSL samples with the function [Age_OSLC14]. | ||
#' | ||
#' @references | ||
#' | ||
#' Philippe, A., Guérin, G., Kreutzer, S., 2019. BayLum - An R package for Bayesian analysis of OSL ages: | ||
#' An introduction. Quaternary Geochronology 49, 16–24. \doi{10.1016/j.quageo.2018.05.009} | ||
#' | ||
#' @md | ||
#' @import utils stats methods graphics grDevices coda | ||
#' @docType package | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
#' @import utils stats methods graphics grDevices coda | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.