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 committed 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 = "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("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = "ctb",
comment = c(ORCID = "0000-0002-6658-6062")),
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"), email = "info@inbo.be",
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.