File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- # gamma 1.0.5.9000
1
+ # gamma 1.1.0
2
2
## Bugfixes
3
3
* Fix an error in the uncertainty calculation of ` dose_predict() ` . The returned error was too large and did not make
4
4
much sense due to an internal calculation error. Along with the fix, the manual was updated to detail the
Original file line number Diff line number Diff line change @@ -56,9 +56,8 @@ of **gamma**.
56
56
57
57
Frerebeau N, Lebrun B, Paradol G, Kreutzer S (2024). _gamma: Dose
58
58
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.
62
61
63
62
## Installation
64
63
Original file line number Diff line number Diff line change 1
1
## Test environments
2
2
3
- * Local R installation: R 4.3.3
3
+ * Local R installation: R 4.4.1
4
4
* Ubuntu (on GitHub Actions): R devel, release, oldrel
5
5
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
6
6
* MacOS (on GitHub Actions): R release
7
7
8
8
## R CMD check results
9
9
10
- 0 errors | 0 warnings | 1 note
10
+ 0 errors | 0 warnings | 0 note
11
11
12
12
* Some links in the documentation point to articles behind paywalls that may return a 403 error.
13
- * CRAN package check errors have been fixed.
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ bibentry(
29
29
organization = "Université Bordeaux Montaigne",
30
30
address = "Pessac, France",
31
31
note = sprintf("R package version %s", meta$Version),
32
- doi = "10.32614/CRAN.package.gamma "
32
+ doi = "10.5281/zenodo.2652393 "
33
33
)
You can’t perform that action at this time.
0 commit comments