-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "DESCRIPTION: workaround to circumvent CRAN note *" *
This reverts commit 028dd3b. Reasons: - don't break the pkgdown ORCID links - hopefully with future R versions this clash between Authors@R and Authors will no longer occur
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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,19 +3,19 @@ Title: Use 'QGIS' Processing Algorithms | |
Version: 0.4.1.9000 | ||
Authors@R: c( | ||
person("Dewey", "Dunnington", , "[email protected]", role = "aut", | ||
comment = c("https://orcid.org/0000-0002-9415-4582", "Voltron Data")), | ||
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")), | ||
person("Floris", "Vanderhaeghe", , "[email protected]", role = c("aut", "cre"), | ||
comment = c("https://orcid.org/0000-0002-6378-6229", "Research Institute for Nature and Forest (INBO)")), | ||
comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")), | ||
person("Jan", "Caha", , "[email protected]", role = "aut", | ||
comment = c("https://orcid.org/0000-0003-0165-0606")), | ||
comment = c(ORCID = "0000-0003-0165-0606")), | ||
person("Jannes", "Muenchow", , "[email protected]", role = "aut", | ||
comment = c("https://orcid.org/0000-0001-7834-4717")), | ||
comment = c(ORCID = "0000-0001-7834-4717")), | ||
person("Antony", "Barja", , "[email protected]", role = "ctb", | ||
comment = c("https://orcid.org/0000-0001-5921-2858")), | ||
comment = c(ORCID = "0000-0001-5921-2858")), | ||
person("Robin", "Lovelace", , "[email protected]", role = "ctb", | ||
comment = c("https://orcid.org/0000-0001-5679-6536")), | ||
comment = c(ORCID = "0000-0001-5679-6536")), | ||
person("Jakub", "Nowosad", , "[email protected]", role = "ctb", | ||
comment = c("https://orcid.org/0000-0002-1057-3721")), | ||
comment = c(ORCID = "0000-0002-1057-3721")), | ||
person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"), | ||
comment = "https://www.inbo.be/en/") | ||
) | ||
|