diff --git a/NEWS.md b/NEWS.md index 96e992d..8ffa08c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# gamma 1.0.5.9000 +# gamma 1.1.0 ## Bugfixes * Fix an error in the uncertainty calculation of `dose_predict()`. The returned error was too large and did not make much sense due to an internal calculation error. Along with the fix, the manual was updated to detail the diff --git a/README.md b/README.md index 08f462d..df19e7e 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,8 @@ of **gamma**. Frerebeau N, Lebrun B, Paradol G, Kreutzer S (2024). _gamma: Dose Rate Estimation from in-Situ Gamma-Ray Spectrometry_. Université - Bordeaux Montaigne, Pessac, France. doi:10.32614/CRAN.package.gamma - , R package version - 1.1.0. + Bordeaux Montaigne, Pessac, France. doi:10.5281/zenodo.2652393 + , R package version 1.1.0. ## Installation diff --git a/cran-comments.md b/cran-comments.md index b5a911a..396ae03 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,12 @@ ## Test environments -* Local R installation: R 4.3.3 +* Local R installation: R 4.4.1 * Ubuntu (on GitHub Actions): R devel, release, oldrel * Windows (on GitHub Actions and win-builder): R devel, release, oldrel * MacOS (on GitHub Actions): R release ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note * Some links in the documentation point to articles behind paywalls that may return a 403 error. -* CRAN package check errors have been fixed. diff --git a/inst/CITATION b/inst/CITATION index 0b50df4..1397f75 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -29,5 +29,5 @@ bibentry( organization = "Université Bordeaux Montaigne", address = "Pessac, France", note = sprintf("R package version %s", meta$Version), - doi = "10.32614/CRAN.package.gamma" + doi = "10.5281/zenodo.2652393" )