Package: RLumCarlo
Type: Package
Title: Monte-Carlo Methods for Simulating Luminescence Phenomena
Version: 0.1.8
Date: 2022-02-20
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@aber.ac.uk"),
    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@aber.ac.uk>
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@aber.ac.uk>
License: GPL-3
BugReports: https://github.com/R-Lum/RLumCarlo/issues
Depends: R (>= 4.0), utils, magrittr
URL: https://CRAN.R-project.org/package=RLumCarlo
LinkingTo: Rcpp (>= 1.0.5), RcppArmadillo (>= 0.10.1.2.0)
Imports: abind (>= 1.4-5), doParallel (>= 1.0.15), foreach (>= 1.5.0),
        khroma (>= 1.3.0), methods, parallel, Rcpp (>= 1.0.5),
        scatterplot3d (>= 0.3), stats
Suggests: spelling (>= 2.1), R.rsp (>= 0.43.2), testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-GB
VignetteBuilder: R.rsp
RoxygenNote: 7.1.2
NeedsCompilation: yes
Packaged: 2022-02-20 22:28:18 UTC; kreutzer
Repository: CRAN
Date/Publication: 2022-02-21 13:30:12 UTC
