-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
92 lines (92 loc) · 2.88 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Package: gamma
Title: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry
Measurements
Version: 1.1.0.9000
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5759-4944")),
person("Brice", "Lebrun", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7503-8685")),
person("Guilhem", "Paradol", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8561-4903")),
person("Magali", "Rizza", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2364-5621")),
person("Christelle", "Lahaye", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-2215-9015")),
person("Sebastian", "Kreutzer", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0734-2199")),
person("Archéosciences Bordeaux", , , "[email protected]", role = "cre"),
person("Université Bordeaux Montaigne", role = c("cph", "fnd")),
person("CNRS", role = "fnd"),
person("LabEx Sciences archéologiques de Bordeaux", role = "fnd"),
person("Idex Aix-Marseille", role = "fnd")
)
Maintainer: Archéosciences Bordeaux <[email protected]>
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 as described in
Mercier and Falguères (2007). The package only supports Canberra CNF
and TKA and Kromek SPE 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,
rmarkdown,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllClasses.R'
'AllGenerics.R'
'baseline.R'
'baseline_linear.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'
'peaks_search.R'
'plot.R'
'read.R'
'show.R'
'signal_integrate.R'
'signal_slice.R'
'signal_split.R'
'signal_stabilize.R'
'smooth.R'
'smooth_rectangular.R'
'smooth_savitzky.R'
'smooth_triangular.R'
'subset.R'
'summarize.R'
'utilities.R'
'validate.R'
'zzz.R'