1
1
Package: RLumCarlo
2
2
Type: Package
3
3
Title: Monte-Carlo Methods for Simulating Luminescence Phenomena
4
- Version: 0.1.8
5
- Date: 2022-02-20
4
+ Version: 0.1.9
5
+ Date: 2022-08-08
6
6
Author: Johannes Friedrich [aut, trl] (<https://orcid.org/0000-0002-0805-9547>),
7
7
Sebastian Kreutzer [aut, trl, cre] (<https://orcid.org/0000-0002-0734-2199>),
8
8
Vasilis Pagonis [aut] (<https://orcid.org/0000-0002-4852-9312>),
@@ -13,14 +13,14 @@ Author: Johannes Friedrich [aut, trl] (<https://orcid.org/0000-0002-0805-9547>),
13
13
Authors@R: c(
14
14
person("Johannes", "Friedrich", role = c("aut","trl"), comment = c(ORCID = "0000-0002-0805-9547")),
15
15
person("Sebastian", "Kreutzer", role = c("aut","trl","cre"), comment = c(ORCID = "0000-0002-0734-2199"),
16
- email = "sebastian.kreutzer@aber.ac.uk "),
16
+ email = "sebastian.kreutzer@uni-heidelberg.de "),
17
17
person("Vasilis", "Pagonis", role = c("aut"), comment = c(ORCID = "0000-0002-4852-9312")),
18
18
person("Christoph", "Schmidt", role = c("aut"), comment = c(ORCID = "0000-0002-2309-3209")),
19
19
person("Christian", "Laag", role = c("ctb"), comment = c(ORCID = "0000-0002-6012-1029")),
20
20
person("Ena", "Rajovic", role = c("ctb")),
21
21
person("Alex Roy", "Duncan", role = c("ctb"))
22
22
)
23
- Maintainer: Sebastian Kreutzer <sebastian.kreutzer@aber.ac.uk >
23
+ Maintainer: Sebastian Kreutzer <sebastian.kreutzer@uni-heidelberg.de >
24
24
Description: A collection of functions to simulate luminescence production in
25
25
dosimetric materials using Monte Carlo methods. Implemented are models for
26
26
delocalised transitions (e.g., Chen and McKeever (1997) <doi:10.1142/2781>),
@@ -32,32 +32,32 @@ Description: A collection of functions to simulate luminescence production in
32
32
linearly-modulated optically stimulated luminescence (LM-OSL),
33
33
linearly-modulated infrared stimulated luminescence (LM-IRSL),
34
34
and isothermal luminescence (ITL or ISO-TL).
35
- Contact: Package Developer Team <sebastian.kreutzer@aber.ac.uk >
35
+ Contact: Package Developer Team <sebastian.kreutzer@uni-heidelberg.de >
36
36
License: GPL-3
37
37
BugReports: https://github.com/R-Lum/RLumCarlo/issues
38
38
Depends:
39
- R (>= 4.0 ),
39
+ R (>= 4.1 ),
40
40
utils,
41
41
magrittr
42
42
URL: https://CRAN.R-project.org/package=RLumCarlo
43
43
LinkingTo:
44
- Rcpp (>= 1.0.5 ),
45
- RcppArmadillo (>= 0.10.1.2 .0)
44
+ Rcpp (>= 1.0.9 ),
45
+ RcppArmadillo (>= 0.11.2.0 .0)
46
46
Imports:
47
47
abind (>= 1.4-5),
48
- doParallel (>= 1.0.15 ),
49
- foreach (>= 1.5.0 ),
50
- khroma (>= 1.3 .0),
48
+ doParallel (>= 1.0.17 ),
49
+ foreach (>= 1.5.2 ),
50
+ khroma (>= 1.9 .0),
51
51
methods,
52
52
parallel,
53
- Rcpp (>= 1.0.5 ),
53
+ Rcpp (>= 1.0.9 ),
54
54
scatterplot3d (>= 0.3),
55
55
stats
56
56
Suggests:
57
- spelling (>= 2.1 ),
58
- R.rsp (>= 0.43.2 ),
59
- testthat (>= 3.0.0 )
57
+ spelling (>= 2.2 ),
58
+ R.rsp (>= 0.45.0 ),
59
+ testthat (>= 3.1.4 )
60
60
Encoding: UTF-8
61
61
Language: en-GB
62
62
VignetteBuilder: R.rsp
63
- RoxygenNote: 7.1.2
63
+ RoxygenNote: 7.2.1
0 commit comments