Skip to content

Commit

Permalink
Explicitly state person field parts
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Feb 9, 2022
1 parent 39ec466 commit 11c4459
Showing 1 changed file with 41 additions and 13 deletions.
54 changes: 41 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://ec.europa.eu/eurostat> together with search and manipulation
Expand Down

0 comments on commit 11c4459

Please sign in to comment.