https://github.com/crp2a/gamma
Raw File
Tip revision: 1b3baf8821267ed656d780ae154d347769141d0c authored by nfrerebeau on 02 May 2020, 09:21:12 UTC
Update documentation
Tip revision: 1b3baf8
DESCRIPTION
Package: gamma
Title: Dose Rate Estimation from In-Situ Gamma-Ray Spectrometry
    Measurements
Version: 0.2.0
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 = "brice.lebrun@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-7503-8685")),
      person(given = "Guilhem",
             family = "Paradol",
             role = "aut",
             email = "guilhem.paradol@phelma.grenoble-inp.fr"),
      person(given = "Guillaume",
             family = "Guérin",
             role = "ctb",
             email = "guillaume.guerin@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-6298-5579")),
      person(given = "Pierre",
             family = "Guibert",
             role = "ctb",
             email = "pierre.guibert@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0001-8969-8684")),
      person(given = "Norbert",
             family = "Mercier",
             role = "ctb",
             email = "norbert.mercier@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0002-6375-9108")),
      person(given = "Chantal",
             family = "Tribolo",
             role = "ctb",
             email = "chantal.tribolo@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0003-0506-2430")),
      person(given = "Christelle",
             family = "Lahaye",
             role = "rth",
             email = "christelle.lahaye@u-bordeaux-montaigne.fr",
             comment = c(ORCID = "https://orcid.org/0000-0003-2215-9015")),
      person(given = "Magali",
             family = "Rizza",
             role = "rth",
             email = "rizza@cerege.fr",
             comment = c(ORCID = "https://orcid.org/0000-0003-2364-5621")),
      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: Nicolas Frerebeau
    <nicolas.frerebeau@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.3)
Imports: 
    ggplot2 (>= 3.3.0),
    graphics,
    IsoplotR (>= 3.3),
    methods,
    rlang (>= 0.4.5),
    rxylib (>= 0.2.4),
    stats,
    tools,
    utils
Suggests: 
    covr,
    knitr,
    magrittr,
    rmarkdown,
    testthat,
    vdiffr
VignetteBuilder: 
    knitr
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.0
Collate: 
    'AllClasses.R'
    'AllGenerics.R'
    'operators.R'
    'baseline.R'
    'coerce.R'
    'data.R'
    'doserate.R'
    'energy.R'
    'extract.R'
    'gamma-package.R'
    'integrate.R'
    'peaks.R'
    'plot.R'
    'read.R'
    'show.R'
    'signal.R'
    'utilities.R'
    'validate.R'
back to top