Skip to content

Commit 3d28294

Browse files
committed
Fix typo in Authors()
1 parent c87257a commit 3d28294

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ Authors@R: c(
2121
person("LabEx Sciences archéologiques de Bordeaux", role = "fnd"),
2222
person("Idex Aix-Marseille", role = "fnd")
2323
)
24+
Maintainer: Archéosciences Bordeaux <[email protected]>
2425
Description: Process in-situ Gamma-Ray Spectrometry for Luminescence
2526
Dating. This package allows to import, inspect and correct the energy
26-
shifts of Gamma-ray spectra. It provides methods for estimating the
27+
shifts of gamma-ray spectra. It provides methods for estimating the
2728
gamma dose rate by the use of a calibration curve as described in
28-
Mercier and Falguères (2007). The package only supports Canberra CNF
29+
Mercier and Falguères (2007). The package only supports Canberra CNF
2930
and TKA and Kromek SPE files.
3031
License: GPL-3
3132
URL: https://crp2a.github.io/gamma/, https://github.com/crp2a/gamma

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "gamma",
5-
"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 files.",
5+
"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.",
66
"name": "gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry\n Measurements",
77
"relatedLink": ["https://crp2a.github.io/gamma/", "https://CRAN.R-project.org/package=gamma"],
88
"codeRepository": "https://github.com/crp2a/gamma",
@@ -244,7 +244,7 @@
244244
},
245245
"SystemRequirements": null
246246
},
247-
"fileSize": "4261.751KB",
247+
"fileSize": "4261.603KB",
248248
"citation": [
249249
{
250250
"@type": "ScholarlyArticle",
@@ -330,10 +330,10 @@
330330
}
331331
],
332332
"name": "{gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry}",
333-
"identifier": "10.32614/CRAN.package.gamma",
333+
"identifier": "10.5281/zenodo.2652393",
334334
"description": "R package version 1.1.0",
335-
"@id": "https://doi.org/10.32614/CRAN.package.gamma",
336-
"sameAs": "https://doi.org/10.32614/CRAN.package.gamma"
335+
"@id": "https://doi.org/10.5281/zenodo.2652393",
336+
"sameAs": "https://doi.org/10.5281/zenodo.2652393"
337337
}
338338
],
339339
"releaseNotes": "https://github.com/crp2a/gamma/blob/master/NEWS.md",

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bibentry(
2323
author = c(person("Nicolas", "Frerebeau", role = "aut"),
2424
person("Brice", "Lebrun", role = "aut"),
2525
person("Guilhem", "Paradol", role = "aut"),
26-
person("Sebastian", "Kreutzer", rol = "aut")),
26+
person("Sebastian", "Kreutzer", role = "aut")),
2727
title = "{gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry}",
2828
year = "2024",
2929
organization = "Université Bordeaux Montaigne",

man/gamma-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)