diff --git a/DESCRIPTION b/DESCRIPTION index e1b057bd59d094be6e69e2c5e365293f33f48a73..304d252a45147a86ff2d963497883c850c1b8824 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGRteaching Type: Package Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included) -Version: 0.2.6.29 -Date: 2019-05-02 +Version: 0.2.6.30 +Date: 2019-06-21 Authors@R: c( person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@irstea.fr"), person("Laurent", "Coron", role = c("aut"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.Rmd b/NEWS.Rmd index d88afd8651a101abc036774be2ce62d2fc26369d..3f31000f3efa94573b16c650b56c20af67917e1f 100644 --- a/NEWS.Rmd +++ b/NEWS.Rmd @@ -14,6 +14,11 @@ output: +### 0.2.6.23 Release Notes (2019-06-21) + +____________________________________________________________________________________ + + ### 0.2.6.29 Release Notes (2019-05-02) #### Bug fixes diff --git a/inst/CITATION b/inst/CITATION index bbb2fadc5b31c3fecff7b9e15c9335885cd349cf..310a48795234af350ab88ebc8a6ef8b7a667a282 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -35,12 +35,12 @@ bibentry(bibtype ="Manual", journal = "R News", year = year, note = note, - url = "https://CRAN.R-project.org/package=airGRteaching/", + url = "https://CRAN.R-project.org/package=airGRteaching", textVersion = paste0("Delaigue, O., Coron, L., Brigode, P. (", year, "). airGRteaching: Teaching Hydrological Modelling with GR (Shiny Interface Included). ", note, - ". URL: https://CRAN.R-project.org/package=airGRteaching/." + ". URL: https://CRAN.R-project.org/package=airGRteaching." ) )