From 0aca5909a32b020a0b6d0095300e5b4da571c83c Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Mon, 12 Dec 2022 15:32:20 +0100 Subject: [PATCH] docs(DESCRIPTION): add missing ORCID in the author list Refs: #7 --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 208b1b9..8b12fa5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c( person("Pierre", "Brigode", role = c("aut"), comment = c(ORCID = "0000-0001-8257-0741")), person("Guillaume", "Thirel", role = c("aut"), comment = c(ORCID = "0000-0002-1444-1830")), person("Benoît", "Génot", role = c("ctb")), - person("Guilherme", "Mendoza Guimarães", role = c("ctb")) + person("Guilherme", "Mendoza Guimarães", role = c("ctb"), comment = c(ORCID = "0000-0002-4580-6089")) ) Description: Sample of hydro-meteorological datasets extracted from the 'CAMELS-FR' French database <https://hal.inrae.fr/hal-03687235>. It provides metadata and catchment-scale aggregated hydro-meteorological time series on a pool of French catchments for use by the 'airGR' packages. License: CC BY-NC-SA 4.0 -- GitLab