-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove-base-declarations
- Loading branch information
Showing
1 changed file
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,26 +3,30 @@ Title: Process Data for the Project Tracking Invasive Alien Species | |
(TrIAS) | ||
Version: 2.3.1 | ||
Authors@R: c( | ||
person("Damiano", "Oldoni", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3445-7562")), | ||
person("Soria", "Delva", email = "[email protected]", | ||
role = "aut", comment = c(ORCID = "0000-0002-7164-6031")), | ||
person("Tim", "Adriaens", email = "[email protected]", | ||
role = "ctb", comment = c(ORCID = "0000-0001-7268-4200")), | ||
person("Peter", "Desmet", email = "[email protected]", | ||
role = "ctb", comment = c(ORCID = "0000-0002-8442-8025")), | ||
person("Sander", "Devisscher", email = "[email protected]", | ||
role = "aut", comment = c(ORCID = "0000-0003-2015-5731")), | ||
person("Stijn", "Van Hoey", email = "[email protected]", | ||
role = "ctb", comment = c(ORCID = "0000-0001-6413-3185")), | ||
person("Machteld", "Varewyck", email = "[email protected]", | ||
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", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-3445-7562")), | ||
person("Soria", "Delva", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0002-7164-6031")), | ||
person("Tim", "Adriaens", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-7268-4200")), | ||
person("Peter", "Desmet", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-8442-8025")), | ||
person("Sander", "Devisscher", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0003-2015-5731")), | ||
person("Stijn", "Van Hoey", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-6413-3185")), | ||
person("Pieter", "Huybrechts", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0002-6658-6062")), | ||
person("Machteld", "Varewyck", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0009-0003-0496-0447")), | ||
person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"), email = "[email protected]", | ||
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("European Union's Horizon Europe Research and Innovation Programme (ID No 101059592)", role = "fnd", | ||
comment = "https://b-cubed.eu/") | ||
) | ||
Description: This package provides functionality to facilitate the data | ||
processing for the project Tracking Invasive Alien Species (TrIAS | ||
|
@@ -49,15 +53,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, | ||
|