Commit ba0910ea authored by Dorchies David's avatar Dorchies David
Browse files

docs: update CITATION

Closes #119
Showing with 22 additions and 0 deletions
+22 -0
inst/CITATION 0 → 100644
year <- sub("-.*", "", meta$Date)
version <- meta$Version
note <- sprintf("R package version %s", version)
citHeader("To cite airGRiwrm in publications use:")
bibentry(
bibtype = "Manual",
title = "airGRiwrm: Modeling of Integrated Water Resources Management based on airGR",
author = c(as.person("D. Dorchies"), as.person("O. Delaigue"), as.person("G. Thirel")),
year = year,
note = note,
doi = "10.15454/3CVD1I",
url = "https://cran.r-project.org/package=airGRiwrm",
textVersion = paste0("Dorchies, D., Delaigue, O. and Thirel, G. (",
year,
"). airGRiwrm: Modeling of Integrated Water Resources Management based on airGR. ",
note, ", ",
"doi: 10.57745/XKN6NC, ",
"URL: https://cran.r-project.org/package=airGRiwrm"
)
)
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