Skip to content

Commit c87257a

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

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
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

cran-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## Test environments
22

3-
* Local R installation: R 4.3.3
3+
* Local R installation: R 4.4.1
44
* Ubuntu (on GitHub Actions): R devel, release, oldrel
55
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
66
* MacOS (on GitHub Actions): R release
77

88
## R CMD check results
99

10-
0 errors | 0 warnings | 1 note
10+
0 errors | 0 warnings | 0 note
1111

1212
* Some links in the documentation point to articles behind paywalls that may return a 403 error.
13-
* CRAN package check errors have been fixed.

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)