Skip to content

Commit 79f8644

Browse files
committed
Use Zenodo DOI in citation
1 parent cbe93d8 commit 79f8644

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gamma 1.0.5.9000
1+
# gamma 1.1.0
22
## Bugfixes
33
* Fix an error in the uncertainty calculation of `dose_predict()`. The returned error was too large and did not make
44
much sense due to an internal calculation error. Along with the fix, the manual was updated to detail the

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ of **gamma**.
5656

5757
Frerebeau N, Lebrun B, Paradol G, Kreutzer S (2024). _gamma: Dose
5858
Rate Estimation from in-Situ Gamma-Ray Spectrometry_. Université
59-
Bordeaux Montaigne, Pessac, France. doi:10.32614/CRAN.package.gamma
60-
<https://doi.org/10.32614/CRAN.package.gamma>, R package version
61-
1.1.0.
59+
Bordeaux Montaigne, Pessac, France. doi:10.5281/zenodo.2652393
60+
<https://doi.org/10.5281/zenodo.2652393>, R package version 1.1.0.
6261

6362
## Installation
6463

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ bibentry(
2929
organization = "Université Bordeaux Montaigne",
3030
address = "Pessac, France",
3131
note = sprintf("R package version %s", meta$Version),
32-
doi = "10.32614/CRAN.package.gamma"
32+
doi = "10.5281/zenodo.2652393"
3333
)

0 commit comments

Comments
 (0)