From 11c4459e1c7a11d6d465109f37abd2f0cb974028 Mon Sep 17 00:00:00 2001 From: Pyry Kantanen Date: Wed, 9 Feb 2022 11:08:12 +0200 Subject: [PATCH] Explicitly state person field parts --- DESCRIPTION | 54 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 413e577f..c0cbd5eb 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,21 +4,49 @@ Title: Tools for Eurostat Open Data Version: 3.7.10 Date: 2022-02-08 Authors@R: c( - person("Leo", "Lahti", "leo.lahti@iki.fi", role = c("aut", "cre"), + person(given = "Leo", + family = "Lahti", + role = c("aut", "cre"), + email = "leo.lahti@iki.fi", comment = c(ORCID = "0000-0001-5537-637X")), - person("Janne", "Huovari", role = "aut"), - person("Markus", "Kainu", role = "aut"), - person("Przemyslaw", "Biecek", role = "aut"), - person("Daniel", "Antal", role = "ctb"), - person("Diego", "Hernangomez", role = "ctb", + person(given = "Janne", + family = "Huovari", + role = "aut"), + person(given = "Markus", + family = "Kainu", + role = "aut"), + person(given = "Przemyslaw", + family = "Biecek", + role = "aut"), + person(given = "Daniel", + family = "Antal", + role = "ctb"), + person(given = "Diego", + family = "Hernangomez", + role = "ctb", comment = c(ORCID = "0000-0001-8457-4658")), - person("Joona", "Lehtomaki", role = "ctb"), - person("Francois", "Briatte", role = "ctb"), - person("Reto", "Stauffer", role = "ctb"), - person("Paul", "Rougieux", role = "ctb"), - person("Anna", "Vasylytsya", role = "ctb"), - person("Oliver", "Reiter", role = "ctb"), - person("Pyry", "Kantanen", role = "ctb") + person(given = "Joona", + family = "Lehtomaki", + role = "ctb"), + person(given = "Francois", + family = "Briatte", + role = "ctb"), + person(given = "Reto", + family = "Stauffer", + role = "ctb"), + person(given = "Paul", + family = "Rougieux", + role = "ctb"), + person(given = "Anna", + family = "Vasylytsya", + role = "ctb"), + person(given = "Oliver", + family = "Reiter", + role = "ctb"), + person(given = "Pyry", + family = "Kantanen", + role = "ctb", + comment = c(ORCID = "0000-0003-2853-2765")) ) Description: Tools to download data from the Eurostat database together with search and manipulation