Commit 3ed103b1 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.4.3.60 DOC: add a DOI for the manual in the CITATION file

Showing with 6 additions and 3 deletions
+6 -3
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.59 Version: 1.4.3.60
Date: 2020-01-28 Date: 2020-01-28
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
### 1.4.3.59 Release Notes (2020-01-28) ### 1.4.3.60 Release Notes (2020-01-28)
#### Bug fixes #### 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. - 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.
____________________________________________________________________________________ ____________________________________________________________________________________
......
...@@ -29,12 +29,13 @@ bibentry(bibtype="Manual", ...@@ -29,12 +29,13 @@ bibentry(bibtype="Manual",
journal = "R News", journal = "R News",
year = year, year = year,
note = note, note = note,
doi = "10.15454/EX11NA",
url = "https://CRAN.R-project.org/package=airGR", url = "https://CRAN.R-project.org/package=airGR",
textVersion = textVersion =
paste0("Coron, L., Delaigue, O., Thirel, G., Perrin, C. and Michel, C. (", paste0("Coron, L., Delaigue, O., Thirel, G., Perrin, C. and Michel, C. (",
year, year,
"). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ", "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ",
note, note,
". URL: https://CRAN.R-project.org/package=airGR." ". DOI: 10.15454/EX11NA. URL: https://CRAN.R-project.org/package=airGR."
) )
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment