Skip to content

Commit 67e73d0

Browse files
committed
Update funding details and add logos
1 parent e2b89e4 commit 67e73d0

File tree

11 files changed

+152
-98
lines changed

11 files changed

+152
-98
lines changed

DESCRIPTION

Lines changed: 53 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,66 @@
1-
Package: BayLum
21
Type: Package
2+
Package: BayLum
33
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
75
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
147
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]
2131
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
2242
Depends:
23-
R (>= 4.3),
24-
utils,
25-
coda (>= 0.19)
43+
coda (>= 0.19),
44+
R (>= 4.3),
45+
utils
2646
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)
3555
Suggests:
36-
testthat (>= 3.2.1),
3756
knitr,
38-
rmarkdown
39-
License: GPL-3
40-
Language: en-GB
57+
rmarkdown,
58+
testthat (>= 3.2.1)
59+
VignetteBuilder:
60+
knitr
4161
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
4463
LazyData: true
4564
NeedsCompilation: no
46-
SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/)
47-
VignetteBuilder: knitr
4865
RoxygenNote: 7.3.2
66+
SystemRequirements: JAGS >= 4.3.2 (https://mcmc-jags.sourceforge.io/)

R/BayLum-package.R

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
1-
#' @title Chronological Bayesian Models Integrating Optically Stimulated Luminescence and C-14 Dating\cr
2-
#'
3-
#' \if{html}{
4-
#' \figure{BayLum_logo.png}{options: width="50"}\cr
5-
#' }
6-
#'
7-
#' @description A collection of various R functions for Bayesian analysis of luminescence
8-
#' data and C-14 age estimates. This includes, amongst others, data import, export,
9-
#' application of age and palaeodose models.
10-
#'
1+
#' @title
2+
#' Chronological Bayesian Models Integrating Optically Stimulated Luminescence
3+
#' and C-14 Dating
4+
#' @description
5+
#' A collection of various R functions for Bayesian analysis of luminescence
6+
#' data and C-14 age estimates. This includes, amongst others, data import,
7+
#' export, application of age and palaeodose models.
8+
#' @details
9+
#' This package is based on the functions: [Generate_DataFile()] and
10+
#' [Generate_DataFile_MG()] to import luminescence data. These functions create
11+
#' a list containing all informations to compute age of single-grain OSL
12+
#' measurements for the first function and multi-grain OSL measurements for
13+
#' the second.
14+
#'
15+
#' The functions: [Age_Computation()] and [AgeS_Computation()] use Bayesian
16+
#' analysis for OSL age estimation for one or various samples according to
17+
#' difference models (e.g. different dose-response curves and different
18+
#' equivalent dose distributions around the palaeodose).
19+
#'
20+
#' It is possible to consider various BIN/BINX-files per sample, to compute
21+
#' ages of samples in stratigraphic constraints and to integrate systematic
22+
#' errors.
23+
#'
24+
#' It is possible to calibrate C-14 age with the function
25+
#' [AgeC14_Computation()]. We can also estimate chronology containing 14C age
26+
#' and OSL samples with the function [Age_OSLC14()].
27+
#' @references
28+
#' Philippe, A., Guérin, G., Kreutzer, S., 2019. BayLum - An R package for
29+
#' Bayesian analysis of OSL ages: An introduction. *Quaternary Geochronology*
30+
#' 49, 16-24. \doi{10.1016/j.quageo.2018.05.009}
31+
#' @note
32+
#' This work received a state financial support managed by the Agence Nationale
33+
#' de la Recherche (France) through the program *Investissements d'avenir*
34+
#' (ref. [ANR-10-LABX-52](https://lascarbx.labex.u-bordeaux.fr).
1135
#' @name BayLum-package
1236
#' @aliases BayLum-package BayLum
13-
#' @keywords package
14-
#' @details This package is based on the functions: [Generate_DataFile] and [Generate_DataFile_MG]
15-
#' to import luminescence data. These functions create a list containing all informations to
16-
#' compute age of single-grain OSL measurements for the first function and multi-grain OSL
17-
#' measurements for the second.
18-
#'
19-
#' The functions: [Age_Computation] and [AgeS_Computation] use Bayesian analysis for OSL age
20-
#' estimation for one or various samples according to difference models
21-
#' (e.g. different dose-response curves and different equivalent dose distributions around the palaeodose).
22-
#'
23-
#' It is possible to consider various BIN/BINX-files per sample, to compute ages of samples in
24-
#' stratigraphic constraints and to integrate systematic errors.
25-
#'
26-
#' It is possible to calibrate C-14 age with the function [AgeC14_Computation].
27-
#' We can also estimate chronology containing 14C age and OSL samples with the function [Age_OSLC14].
28-
#'
29-
#' @references
30-
#'
31-
#' Philippe, A., Guérin, G., Kreutzer, S., 2019. BayLum - An R package for Bayesian analysis of OSL ages:
32-
#' An introduction. Quaternary Geochronology 49, 16–24. \doi{10.1016/j.quageo.2018.05.009}
33-
#'
34-
#' @md
35-
#' @import utils stats methods graphics grDevices coda
37+
#' @docType package
38+
#' @keywords internal
3639
"_PACKAGE"
40+
41+
#' @import utils stats methods graphics grDevices coda
42+
NULL

README.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ knitr::opts_chunk$set(
1515
library(BayLum)
1616
```
1717

18-
# BayLum <img width=120px src="man/figures/BayLum_logo.png" align="right" />
18+
# BayLum <img width=120px src="man/figures/logo_BayLum.png" align="right" />
1919

2020
<!-- badges: start -->
21-
[![R-CMD-check](https://github.com/crp2a/BayLum/workflows/GitHub Actions CI/badge.svg)](https://github.com/crp2a/BayLum/actions)
21+
[![R-CMD-check](https://github.com/crp2a/BayLum/actions/workflows/GitHub_Actions_CI.yaml/badge.svg)](https://github.com/crp2a/BayLum/actions/workflows/GitHub_Actions_CI.yaml)
2222
[![codecov](https://codecov.io/gh/crp2a/BayLum/graph/badge.svg?token=cOdZr6imKX)](https://app.codecov.io/gh/crp2a/BayLum)
2323

2424
[![r-universe](https://crp2a.r-universe.dev/badges/BayLum)](https://crp2a.r-universe.dev/BayLum)
@@ -63,8 +63,7 @@ the package on [CRAN 'BayLum'](https://CRAN.R-project.org/package=BayLum ).
6363

6464
## Funding
6565

66-
The development of `'BayLum'` was supported by LabEx LaScArBx (ANR -n.ANR-10-LABX-52) between
67-
2015 and 2018 (in particular through the MAM and COVADIM projects).
66+
The development of `'BayLum'` 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)) between 2015 and 2018.
6867

6968
## License
7069

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<!-- README.md was auto-generated by README.Rmd. Please DO NOT edit by hand!-->
77

8-
# BayLum <img width=120px src="man/figures/BayLum_logo.png" align="right" />
8+
# BayLum <img width=120px src="man/figures/logo_BayLum.png" align="right" />
99

1010
<!-- badges: start -->
1111

12-
[![R-CMD-check](https://github.com/crp2a/BayLum/workflows/GitHub%20Actions%20CI/badge.svg)](https://github.com/crp2a/BayLum/actions)
12+
[![R-CMD-check](https://github.com/crp2a/BayLum/actions/workflows/GitHub_Actions_CI.yaml/badge.svg)](https://github.com/crp2a/BayLum/actions/workflows/GitHub_Actions_CI.yaml)
1313
[![codecov](https://codecov.io/gh/crp2a/BayLum/graph/badge.svg?token=cOdZr6imKX)](https://app.codecov.io/gh/crp2a/BayLum)
1414

1515
[![r-universe](https://crp2a.r-universe.dev/badges/BayLum)](https://crp2a.r-universe.dev/BayLum)
@@ -73,9 +73,11 @@ change day by day. For stable branches please visit the package on [CRAN
7373

7474
## Funding
7575

76-
The development of `'BayLum'` was supported by LabEx LaScArBx (ANR
77-
-n.ANR-10-LABX-52) between 2015 and 2018 (in particular through the MAM
78-
and COVADIM projects).
76+
The development of `'BayLum'` received a state financial support managed
77+
by the Agence Nationale de la Recherche (France) through the program
78+
*Investissements d’avenir* (ref.
79+
[ANR-10-LABX-52](https://lascarbx.labex.u-bordeaux.fr)) between 2015 and
80+
2018.
7981

8082
## License
8183

_pkgdown.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ url: https://crp2a.github.io/BayLum/
22
development:
33
mode: auto
44

5+
authors:
6+
Archéosciences Bordeaux:
7+
href: https://www.archeosciences-bordeaux.fr.fr
8+
html: <img src="https://crp2a.github.io/BayLum/reference/figures/logo_archeosciences.jpg" />
9+
Université Bordeaux Montaigne:
10+
href: https://www.u-bordeaux-montaigne.fr
11+
html: <img src="https://crp2a.github.io/BayLum/reference/figures/logo_ubm.jpg" />
12+
CNRS:
13+
href: https://www.cnrs.fr
14+
html: <img src="https://crp2a.github.io/BayLum/reference/figures/logo_cnrs.jpg" />
15+
LabEx Sciences archéologiques de Bordeaux:
16+
href: https://lascarbx.labex.u-bordeaux.fr
17+
html: <img src="https://crp2a.github.io/BayLum/reference/figures/logo_idex.png" />
18+
519
navbar:
620
title: BayLum
721
left:

man/BayLum-package.Rd

Lines changed: 36 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

man/figures/logo_archeosciences.jpg

18.4 KB
Loading

man/figures/logo_cnrs.jpg

24.1 KB
Loading

man/figures/logo_idex.png

22 KB
Loading

0 commit comments

Comments
 (0)