From 3ed103b139e62a74efed74f8df3b957bc746ac28 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 28 Jan 2020 17:52:03 +0100 Subject: [PATCH] v1.4.3.60 DOC: add a DOI for the manual in the CITATION file --- DESCRIPTION | 2 +- NEWS.md | 4 +++- inst/CITATION | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3d70b482..2a8376eb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.4.3.59 +Version: 1.4.3.60 Date: 2020-01-28 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 431723a4..9245caba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,11 +2,13 @@ -### 1.4.3.59 Release Notes (2020-01-28) +### 1.4.3.60 Release Notes (2020-01-28) #### Bug fixes +- A digital object identifier (DOI) now allows to identify the manual of the airGR package. When you use airGR in your work, please always cite both the article and the manual. The last one allows to know the version of the package that is used in order to enhance reproducible research. The references can be displayed with the <code>citation("airGR")</code> command. - Fixed bug in <code>Imax()</code>. The default value of the <code>TestedValues</code> argument was wrong due to a mistyped argument name in the <code>seq()</code> function. + ____________________________________________________________________________________ diff --git a/inst/CITATION b/inst/CITATION index 67868c82..10c418df 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -29,12 +29,13 @@ bibentry(bibtype="Manual", journal = "R News", year = year, note = note, + doi = "10.15454/EX11NA", url = "https://CRAN.R-project.org/package=airGR", textVersion = paste0("Coron, L., Delaigue, O., Thirel, G., Perrin, C. and Michel, C. (", year, "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ", note, - ". URL: https://CRAN.R-project.org/package=airGR." + ". DOI: 10.15454/EX11NA. URL: https://CRAN.R-project.org/package=airGR." ) ) -- GitLab