Package: LumReader
Type: Package
Title: TL/OSL Reader Simulator
Version: 0.1.0
Date: 2017-01-25
Authors@R: c(
  person("David", "Strebler", role= c("aut","cre"), email= "david.strebler@uni-koeln.de"),
  person("Dominik", "Brill", role = c("ths")),
  person("Helmut", "Brückner", role=c("ths"))
  )
Maintainer: David Strebler <david.strebler@uni-koeln.de>
Description: A series of functions to estimate the detection windows of a luminescence reader based on the filters and the photomultiplier (PMT) selected. These functions also allow to simulate a luminescence experiment based on the thermoluminesce (TL) or the optically stimulated luminescence (OSL) properties of a material.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.3.2)
Imports: tools, methods, lattice, gridExtra, plotly, shiny
Collate: 'Filter-class.R' 'create_Filter.R' 'import_Filter.R'
        'export_Filter.R' 'plot_Filter.R' 'combine_Filters.R'
        'FilterStack-class.R' 'create_FilterStack.R' 'add_Filter.R'
        'remove_Filter.R' 'plot_FilterStack.R' 'default_Filters.R'
        'PMT-class.R' 'create_PMT.R' 'import_PMT.R' 'export_PMT.R'
        'default_PMT.R' 'plot_PMT.R' 'Stimulation-class.R'
        'create_Stimulation.R' 'import_Stimulation.R'
        'export_Stimulation.R' 'default_Stimulation.R'
        'plot_Stimulation.R' 'Reader-class.R' 'create_Reader.R'
        'plot_Reader.R' 'Material-class.R' 'create_Material.R'
        'import_Material.R' 'export_Material.R' 'default_Material.R'
        'plot_Material.R' 'Experiment-class.R' 'create_Experiment.R'
        'plot_Experiment.R' 'LumReader-package.R'
        'call_ShinyLumReader.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-26 13:46:25 UTC; admin
Author: David Strebler [aut, cre],
  Dominik Brill [ths],
  Helmut Brückner [ths]
Repository: CRAN
Date/Publication: 2017-01-27 10:17:39
