Skip to content

Commit

Permalink
Merge pull request #136 from trias-project/135-svdialogs-is-indented-…
Browse files Browse the repository at this point in the history
…in-description

Fix indentation in `DESCRIPTION`
  • Loading branch information
damianooldoni authored Jul 17, 2024
2 parents 5e293f2 + 9f1f7e7 commit c62efbe
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit c62efbe

Please sign in to comment.