Skip to content

Commit 40c5a5f

Browse files
committed
Full rebuild before CRAN submission
1 parent a1d9d63 commit 40c5a5f

File tree

133 files changed

+23372
-2592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+23372
-2592
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"upload_type": "software",
1212
"version": "0.1.10",
1313
"keywords": ["Modelling", "Monte-Carlo Simulations", "Luminescence"],
14-
"publication_date": "2025-09-17",
14+
"publication_date": "2025-09-19",
1515
"creators": [
1616
{
1717
"orcid": "0000-0002-0805-9547",

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: RLumCarlo
22
Type: Package
33
Title: Monte-Carlo Methods for Simulating Luminescence Phenomena
44
Version: 0.1.10
5-
Date: 2025-09-17
5+
Date: 2025-09-19
66
Authors@R: c(
77
person("Johannes", "Friedrich", role = c("aut","trl"), comment = c(ORCID = "0000-0002-0805-9547")),
88
person("Sebastian", "Kreutzer", role = c("aut","trl","cre"), comment = c(ORCID = "0000-0002-0734-2199"),
@@ -31,7 +31,7 @@ Depends:
3131
R (>= 4.4),
3232
utils,
3333
magrittr
34-
URL: https://CRAN.R-project.org/package=RLumCarlo
34+
URL: https://r-lum.github.io/RLumCarlo/
3535
LinkingTo:
3636
Rcpp (>= 1.1.0),
3737
RcppArmadillo (>= 14.6.0)

NEWS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603

604604
<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->
605605

606-
<h1 id="rlumcarlo-0110-2025-09-17">RLumCarlo 0.1.10 (2025-09-17)</h1>
606+
<h1 id="rlumcarlo-0110-2025-09-19">RLumCarlo 0.1.10 (2025-09-19)</h1>
607607
<ul>
608608
<li>Internal: Change standard C++11 to C++17 as requested by CRAN</li>
609609
</ul>

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

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

8-
# RLumCarlo 0.1.10 (2025-09-17)
8+
# RLumCarlo 0.1.10 (2025-09-19)
99

1010
- Internal: Change standard C++11 to C++17 as requested by CRAN

R/RLumCarlo-package.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' @title Monte-Carlo Methods for Simulating Luminescence Phenomena.
22
#' \cr
33
#' \if{html}{
4-
#' \figure{Logo_RLumCarlo.png}{options: width="50" alt="https://github.com/R-Lum/RLumCarlo"}\cr
4+
#' \figure{Logo_RLumCarlo.png}{options: width="50"}\cr
55
#' }
66
#'
77
#' @description A collection of functions to simulate luminescence production in dosimetric materials
@@ -25,9 +25,12 @@
2525
#' * The work of Sebastian Kreutzer as maintainer of the package was supported
2626
#' by LabEx LaScArBx (ANR - n. ANR-10-LABX-52) between 2017 and 2019.
2727
#'
28-
#' * From 2020, Sebastian Kreutzer received funding from the European Union’s Horizon 2020
28+
#' * Between 2020-2022, Sebastian Kreutzer received funding from the European Union’s Horizon 2020
2929
#' research and innovation programme under the Marie Skłodowska-Curie grant agreement No 844457.
3030
#'
31+
#' * From 2023, the work as a maintainer of this package by Sebastian Kreutzer is
32+
#' supported by the DFG Heisenberg programme (#505822867).
33+
#'
3134
#' @name RLumCarlo-package
3235
#' @aliases RLumCarlo
3336
#' @keywords package

README.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

RLumCarlo.BuildResults/RLumCarlo_0.1.10-Functions.csv

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

RLumCarlo.BuildResults/RLumCarlo_0.1.10-Functions.html

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

RLumCarlo.BuildResults/RLumCarlo_0.1.10-Functions.tex

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)