Package: RLumCarlo
Type: Package
Title: Monte-Carlo Methods for Simulating Luminescence Phenomena
Version: 0.1.9
Date: 2022-08-08
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.1), utils, magrittr
URL: https://CRAN.R-project.org/package=RLumCarlo
LinkingTo: Rcpp (>= 1.0.9), RcppArmadillo (>= 0.11.2.0.0)
Imports: abind (>= 1.4-5), doParallel (>= 1.0.17), foreach (>= 1.5.2),
        khroma (>= 1.9.0), methods, parallel, Rcpp (>= 1.0.9),
        scatterplot3d (>= 0.3), stats
Suggests: spelling (>= 2.2), R.rsp (>= 0.45.0), testthat (>= 3.1.4)
Encoding: UTF-8
Language: en-GB
VignetteBuilder: R.rsp
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-08-08 15:01:24 UTC; kreutzer
Repository: CRAN
Date/Publication: 2022-08-08 18:30:09 UTC
