From c55ed9734454a25982607a450ec0d082aa868fe6 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Fri, 11 Jan 2019 08:58:35 +0100 Subject: [PATCH] v1.1.2.19 UPDATE: url citation --- DESCRIPTION | 4 ++-- NEWS.rmd | 2 +- inst/CITATION | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9d86cda5..6986a2cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.1.2.18 -Date: 2018-10-23 +Version: 1.1.2.19 +Date: 2019-01-11 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")), diff --git a/NEWS.rmd b/NEWS.rmd index 94922af1..62965dcb 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.1.2.18 Release Notes (2018-10-23) +### 1.1.2.19 Release Notes (2019-01-11) diff --git a/inst/CITATION b/inst/CITATION index 9d051758..8f490286 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -29,12 +29,12 @@ bibentry(bibtype="Manual", journal = "R News", year = year, note = note, - url = "https://webgr.irstea.fr/en/airGR/", + url = "https://CRAN.R-project.org/package=airGR/", textVersion = paste0("Coron, L., Perrin, C., Delaigue, O., Thirel, G. and Michel, C. (", year, "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ", note, - ". URL: https://webgr.irstea.fr/en/airGR/." + ". URL: https://CRAN.R-project.org/package=airGR/." ) ) -- GitLab