Skip to content

Commit 028dd3b

Browse files
committed
DESCRIPTION: workaround to circumvent CRAN note *
Note that this effectively breaks the pkgdown ORCID links. So this is preferably reverted in the hope that the note will disappear at CRAN side. The circumvented note is the note about Authors@R being different from Authors.
1 parent ecba598 commit 028dd3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Title: Use 'QGIS' Processing Algorithms
33
Version: 0.4.0.9000
44
Authors@R: c(
55
person("Dewey", "Dunnington", , "[email protected]", role = "aut",
6-
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),
6+
comment = c("https://orcid.org/0000-0002-9415-4582", "Voltron Data")),
77
person("Floris", "Vanderhaeghe", , "[email protected]", role = c("aut", "cre"),
8-
comment = c(ORCID = "0000-0002-6378-6229", affiliation = "Research Institute for Nature and Forest (INBO)")),
8+
comment = c("https://orcid.org/0000-0002-6378-6229", "Research Institute for Nature and Forest (INBO)")),
99
person("Jan", "Caha", , "[email protected]", role = "aut",
10-
comment = c(ORCID = "0000-0003-0165-0606")),
10+
comment = c("https://orcid.org/0000-0003-0165-0606")),
1111
person("Jannes", "Muenchow", , "[email protected]", role = "aut",
12-
comment = c(ORCID = "0000-0001-7834-4717")),
12+
comment = c("https://orcid.org/0000-0001-7834-4717")),
1313
person("Antony", "Barja", , "[email protected]", role = "ctb",
14-
comment = c(ORCID = "0000-0001-5921-2858")),
14+
comment = c("https://orcid.org/0000-0001-5921-2858")),
1515
person("Robin", "Lovelace", , "[email protected]", role = "ctb",
16-
comment = c(ORCID = "0000-0001-5679-6536")),
16+
comment = c("https://orcid.org/0000-0001-5679-6536")),
1717
person("Jakub", "Nowosad", , "[email protected]", role = "ctb",
18-
comment = c(ORCID = "0000-0002-1057-3721")),
18+
comment = c("https://orcid.org/0000-0002-1057-3721")),
1919
person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"),
2020
comment = "https://www.inbo.be/en/")
2121
)

0 commit comments

Comments
 (0)