-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·63 lines (63 loc) · 2.67 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: RLumCarlo
Type: Package
Title: Monte-Carlo Methods for Simulating Luminescence Phenomena
Version: 0.1.10.9000-5
Date: 2024-07-12
Author: Johannes Friedrich [aut, trl] (<https://orcid.org/0000-0002-0805-9547>),
Sebastian Kreutzer [aut, trl, cre] (<https://orcid.org/0000-0002-0734-2199>),
Vasilis Pagonis [aut] (<https://orcid.org/0000-0002-4852-9312>),
Christoph Schmidt [aut] (<https://orcid.org/0000-0002-2309-3209>),
Christian Laag [ctb] (<https://orcid.org/0000-0002-6012-1029>),
Ena Rajovic [ctb],
Alex Roy Duncan [ctb]
Authors@R: c(
person("Johannes", "Friedrich", role = c("aut","trl"), comment = c(ORCID = "0000-0002-0805-9547")),
person("Sebastian", "Kreutzer", role = c("aut","trl","cre"), comment = c(ORCID = "0000-0002-0734-2199"),
email = "sebastian.kreutzer@uni-heidelberg.de"),
person("Vasilis", "Pagonis", role = c("aut"), comment = c(ORCID = "0000-0002-4852-9312")),
person("Christoph", "Schmidt", role = c("aut"), comment = c(ORCID = "0000-0002-2309-3209")),
person("Christian", "Laag", role = c("ctb"), comment = c(ORCID = "0000-0002-6012-1029")),
person("Ena", "Rajovic", role = c("ctb")),
person("Alex Roy", "Duncan", role = c("ctb"))
)
Maintainer: Sebastian Kreutzer <sebastian.kreutzer@uni-heidelberg.de>
Description: A collection of functions to simulate luminescence production in
dosimetric materials using Monte Carlo methods. Implemented are models for
delocalised transitions (e.g., Chen and McKeever (1997) <doi:10.1142/2781>),
localised transitions (e.g., Pagonis et al. (2019) <doi:10.1016/j.jlumin.2018.11.024>)
and tunnelling transitions (Jain et al. (2012) <doi:10.1088/0953-8984/24/38/385402>
and Pagonis et al. (2019) <doi:10.1016/j.jlumin.2018.11.024>).
Supported stimulation methods are thermal luminescence (TL),
continuous-wave optically stimulated luminescence (CW-OSL),
linearly-modulated optically stimulated luminescence (LM-OSL),
linearly-modulated infrared stimulated luminescence (LM-IRSL),
and isothermal luminescence (ITL or ISO-TL).
Contact: Package Developer Team <sebastian.kreutzer@uni-heidelberg.de>
License: GPL-3
BugReports: https://github.com/R-Lum/RLumCarlo/issues
Depends:
R (>= 4.3),
utils,
magrittr
URL: https://CRAN.R-project.org/package=RLumCarlo
LinkingTo:
Rcpp (>= 1.0.12),
RcppArmadillo (>= 1.0.12)
Imports:
abind (>= 1.4-5),
doParallel (>= 1.0.17),
foreach (>= 1.5.2),
khroma (>= 1.13.0),
methods,
parallel,
Rcpp (>= 1.0.12),
scatterplot3d (>= 0.3),
stats
Suggests:
spelling (>= 2.3),
R.rsp (>= 0.46.0),
testthat (>= 3.2.1)
Encoding: UTF-8
Language: en-GB
VignetteBuilder: R.rsp
RoxygenNote: 7.3.2