From c5d971943a64400138c06fadc0c8e6f2c307f6eb Mon Sep 17 00:00:00 2001 From: PietrH Date: Mon, 8 Jul 2024 14:57:13 +0200 Subject: [PATCH] usethis::use_tidy_description() --- DESCRIPTION | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0d02223e..5f91332c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,26 +3,26 @@ Title: Process Data for the Project Tracking Invasive Alien Species (TrIAS) Version: 2.3.1 Authors@R: c( - person("Damiano", "Oldoni", email = "damiano.oldoni@inbo.be", - role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3445-7562")), - person("Soria", "Delva", email = "soria.delva@inbo.be", - role = "aut", comment = c(ORCID = "0000-0002-7164-6031")), - person("Tim", "Adriaens", email = "tim.adriaens@inbo.be", - role = "ctb", comment = c(ORCID = "0000-0001-7268-4200")), - person("Peter", "Desmet", email = "peter.desmet@inbo.be", - role = "ctb", comment = c(ORCID = "0000-0002-8442-8025")), - person("Sander", "Devisscher", email = "sander.devisscher@inbo.be", - role = "aut", comment = c(ORCID = "0000-0003-2015-5731")), - person("Stijn", "Van Hoey", email = "stijnvanhoey@gmail.com", - role = "ctb", comment = c(ORCID = "0000-0001-6413-3185")), - person("Machteld", "Varewyck", email = "machteld.varewyck@openanalytics.eu", - role = "ctb", comment = c(ORCID = "0009-0003-0496-0447")), - person("Research Institute for Nature and Forest (INBO)", - role = c("cph", "fnd"), comment = "https://www.vlaanderen.be/inbo/en-gb/"), - person("TrIAS", - role = "fnd", comment = "https://trias-project.be"), - person("LIFE RIPARIAS", - role = "fnd", comment = "https://www.riparias.be") + person("Damiano", "Oldoni", , "damiano.oldoni@inbo.be", role = c("aut", "cre"), + comment = c(ORCID = "0000-0003-3445-7562")), + person("Soria", "Delva", , "soria.delva@inbo.be", role = "aut", + comment = c(ORCID = "0000-0002-7164-6031")), + person("Tim", "Adriaens", , "tim.adriaens@inbo.be", role = "ctb", + comment = c(ORCID = "0000-0001-7268-4200")), + person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "ctb", + comment = c(ORCID = "0000-0002-8442-8025")), + person("Sander", "Devisscher", , "sander.devisscher@inbo.be", role = "aut", + comment = c(ORCID = "0000-0003-2015-5731")), + person("Stijn", "Van Hoey", , "stijnvanhoey@gmail.com", role = "ctb", + comment = c(ORCID = "0000-0001-6413-3185")), + person("Machteld", "Varewyck", , "machteld.varewyck@openanalytics.eu", role = "ctb", + comment = c(ORCID = "0009-0003-0496-0447")), + person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"), + comment = "https://www.vlaanderen.be/inbo/en-gb/"), + person("TrIAS", role = "fnd", + comment = "https://trias-project.be"), + person("LIFE RIPARIAS", role = "fnd", + comment = "https://www.riparias.be") ) Description: This package provides functionality to facilitate the data processing for the project Tracking Invasive Alien Species (TrIAS @@ -49,15 +49,15 @@ Imports: reshape2, rgbif (>= 3.0), rlang, + rnaturalearth, scales, sf, stringr, - svDialogs, + svDialogs, tibble, tidyr, tidyselect (>= 1.2.0), - utils, - rnaturalearth + utils Suggests: covr, knitr,