Package: gamma
Title: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry
        Measurements
Version: 1.0.1
Authors@R: 
    c(person(given = "Nicolas",
             family = "Frerebeau",
             role = c("aut"),
             email = "nicolas.frerebeau@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-5759-4944")),
      person(given = "Brice",
             family = "Lebrun",
             role = c("aut", "cre"),
             email = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0001-7503-8685")),
      person(given = "Guilhem",
             family = "Paradol",
             role = "aut",
             email = "guilhem.paradol@cea.fr",
             comment = c(ORCID = "0000-0002-8561-4903")),
      person(given = "Magali",
             family = "Rizza",
             role = "ctb",
             email = "rizza@cerege.fr",
             comment = c(ORCID = "0000-0003-2364-5621")),
      person(given = "Christelle",
             family = "Lahaye",
             role = "ctb",
             email = "christelle.lahaye@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "0000-0003-2215-9015")),
      person(given = "Université Bordeaux Montaigne",
             role = c("cph", "fnd")),
      person(given = "CNRS",
             role = "fnd"),
      person(given = "LabEx Sciences archéologiques de Bordeaux",
             role = "fnd"),
      person(given = "Idex Aix-Marseille",
             role = "fnd"))
Maintainer: Brice Lebrun
 <brice.lebrun@u-bordeaux-montaigne.fr>
Description: Process in-situ Gamma-Ray Spectrometry for
    Luminescence Dating. This package allows to import, inspect and
    correct the energy shifts of Gamma-ray spectra. 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: https://crp2a.github.io/gamma/, https://github.com/crp2a/gamma
BugReports: https://github.com/crp2a/gamma/issues
Depends: R (>= 3.5)
Imports: ggplot2, graphics, IsoplotR, methods, rlang, rxylib, stats,
        tools, utils
Suggests: covr, knitr, magrittr, rmarkdown, testthat, vdiffr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
Collate: 'AllClasses.R' 'AllGenerics.R' 'baseline.R'
        'baseline_rubberband.R' 'baseline_snip.R' 'coerce.R' 'data.R'
        'dose_fit.R' 'dose_predict.R' 'energy_calibrate.R'
        'gamma-package.R' 'initialize.R' 'mutators.R' 'operators.R'
        'peaks_find.R' 'plot.R' 'read.R' 'show.R' 'signal_integrate.R'
        'signal_slice.R' 'signal_stabilize.R' 'smooth.R'
        'smooth_rectangular.R' 'smooth_savitzky.R'
        'smooth_triangular.R' 'subset.R' 'summarize.R' 'utilities.R'
        'validate.R'
NeedsCompilation: no
Packaged: 2021-01-13 13:05:44 UTC; lebrun
Author: Nicolas Frerebeau [aut] (<https://orcid.org/0000-0001-5759-4944>),
  Brice Lebrun [aut, cre] (<https://orcid.org/0000-0001-7503-8685>),
  Guilhem Paradol [aut] (<https://orcid.org/0000-0002-8561-4903>),
  Magali Rizza [ctb] (<https://orcid.org/0000-0003-2364-5621>),
  Christelle Lahaye [ctb] (<https://orcid.org/0000-0003-2215-9015>),
  Université Bordeaux Montaigne [cph, fnd],
  CNRS [fnd],
  LabEx Sciences archéologiques de Bordeaux [fnd],
  Idex Aix-Marseille [fnd]
Repository: CRAN
Date/Publication: 2021-01-13 14:00:02 UTC
Built: R 4.0.2; ; 2021-01-14 12:26:07 UTC; unix
