Package: gamma
Title: Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry Measurements for
    Luminescence Dating
Version: 0.1.1
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut", "cre"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-5759-4944")),
      person(given = "Brice",
             family = "Lebrun",
             role = "aut",
             email = "lebrun@cerege.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-7503-8685")),
      person(given = "Guillaume",
             family = "Guérin",
             role = "aut",
             email = "guillaume.guerin@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-6298-5579")),
      person(given = "Christelle",
             family = "Lahaye",
             role = "aut",
             email = "christelle.lahaye@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0003-2215-9015")),
      person(given = "Guilhem",
             family = "Paradol",
             role = "ctb",
             email = "guilhem.paradol@phelma.grenoble-inp.fr"),
      person("Université Bordeaux Montaigne",
             role = c("cph", "fnd")),
      person("LabEx Sciences archéologiques de Bordeaux",
             role = c("fnd")))
Maintainer: Nicolas Frerebeau
    <nicolas.frerebeau@u-bordeaux-montaigne.fr>
Description: 'gamma' is intended to process in-situ
    gamma-ray spectrometry measurements for luminescence dating. This
    package allows to import, inspect and (automatically) correct the energy 
    shifts of the spectrum. It provides methods for estimating the gamma 
    dose rate by the use of a calibration curve. The package only supports 
    Canberra CNF and TKA files.
License: GPL-3
URL: http://gamma.archaeo.science, http://github.com/crp2a/gamma
BugReports: http://github.com/crp2a/gamma/issues
Depends: 
    R (>= 3.3)
Imports: 
    dplyr (>= 0.8.0.1),
    ggplot2 (>= 3.1.0),
    graphics,
    magrittr (>= 1.5),
    methods,
    rlang (>= 0.3.1),
    rxylib (>= 0.2.1),
    stats,
    tidyr (>= 0.8.3),
    tools
Suggests: 
    covr,
    cowplot,
    knitr,
    rmarkdown,
    testthat
VignetteBuilder: 
    knitr
Encoding: UTF-8
LazyData: false
RoxygenNote: 6.1.1
Collate: 
    'AllClasses.R'
    'AllGenerics.R'
    'operators.R'
    'baseline.R'
    'calibrate.R'
    'coerce.R'
    'data.R'
    'extract.R'
    'fit.R'
    'gamma-package.R'
    'integrateSignal.R'
    'peaks.R'
    'plot.R'
    'predict.R'
    'read.R'
    'show.R'
    'smooth.R'
    'utilities.R'
    'validate.R'
