Commit 679c4822 authored by unknown's avatar unknown
Browse files

v1.0.5.11 change the CITATION file, the DESCRIPTION file and remove the...

v1.0.5.11 change the CITATION file, the DESCRIPTION file and remove the .onLoad() function tosucceed the check of the CRAN
Showing with 17 additions and 21 deletions
+17 -21
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.0.5.10 Version: 1.0.5.11
Date: 2017-01-20 Date: 2017-01-23
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")), person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")), person("Charles", "Perrin", role = c("aut", "ths")),
...@@ -18,12 +18,6 @@ Authors@R: c( ...@@ -18,12 +18,6 @@ Authors@R: c(
person("Guillaume", "Thirel", role = c("ctb")), person("Guillaume", "Thirel", role = c("ctb")),
person("Audrey", "Valéry", role = c("ctb")) person("Audrey", "Valéry", role = c("ctb"))
) )
Author: Laurent Coron, Charles Perrin, with contributions
from Vazken Andréassian, Pierre Brigode, Olivier Delaigue,
Nicolas Le Moine, Thibaut Mathevet, Safouane Mouelhi,
Ludovic Oudin, Raji Pushpalatha, Guillaume Thirel, Audrey Valéry.
Based on earlier work by Claude Michel.
Maintainer: Olivier Delaigue <airGR@irstea.fr>
Depends: R (>= 3.0.1) Depends: R (>= 3.0.1)
Description: Hydrological modelling tools developed Description: Hydrological modelling tools developed
at Irstea-Antony (HBAN Research Unit, France). The package includes several conceptual at Irstea-Antony (HBAN Research Unit, France). The package includes several conceptual
......
.onLoad <- function(libname, pkgname){
print(citation("airGR"))
}
\ No newline at end of file
year <- sub("-.*", "", meta$Date)
version <- meta$Version
note <- sprintf("R package version %s", version)
citHeader("To cite airGR in publications use these two references:") citHeader("To cite airGR in publications use these two references:")
bibentry(bibtype="Article", bibentry(bibtype="Article",
title = "airGR: A suite of lumped hydrological models in an R-package", title = "airGR: A Suite of Lumped Hydrological Models in an R-Package",
author = personList(as.person("L. Coron"), as.person("G. Thirel"), as.person("O. Delaigue"), as.person("C. Perrin"), as.person("V. Andréassian")), author = personList(as.person("L. Coron"), as.person("G. Thirel"), as.person("O. Delaigue"), as.person("C. Perrin"), as.person("V. Andréassian")),
journal = "Environmental Modelling and software", journal = "Environmental Modelling and Software",
year = "submitted", year = "submitted",
textVersion = textVersion =
paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V.", paste("Coron, L., Thirel, G., Delaigue, O., Perrin, C. and Andréassian, V.",
"(submitted).", "(submitted).",
"airGR: A suite of lumped hydrological models in an R-package.", "airGR: A Suite of Lumped Hydrological Models in an R-Package.",
"Environmental Modelling and software.", "Environmental Modelling and Software.",
sep = " ") sep = " ")
) )
bibentry(bibtype="Manual", bibentry(bibtype="Manual",
title = "airGR: Suite of GR hydrological models for precipitation-runoff modelling", title = "airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling",
author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")), author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")),
journal = "R News", journal = "R News",
year = substr(packageDescription("airGR", fields = "Date"), 1, 4), year = year,
note = sprintf("R package version %s", packageVersion("airGR")), note = note,
url = "https://webgr.irstea.fr/airGR/?lang=en", url = "https://webgr.irstea.fr/airGR/?lang=en",
textVersion = textVersion =
paste("Coron, L., Perrin, C. and Michel, C.", paste("Coron, L., Perrin, C. and Michel, C.",
substr(packageDescription("airGR", fields = "Date"), 1, 4), year,
"airGR: Suite of GR hydrological models for precipitation-runoff modelling.", "airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling.",
sprintf("R package version %s.", packageVersion("airGR")), note,
"https://webgr.irstea.fr/airGR/?lang=en.", "https://webgr.irstea.fr/airGR/?lang=en.",
sep = " ") sep = " ")
) )
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