You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ORCID guidelines say that the ID should always display the URI format, https://orcid.org/content/journal-article-display-guidelines, and so I always include the https://orcid.org/ part in my DESCRIPTION (a URI is much more robust / useful than a bare identifier). I think roxygen should at least check for http[s] first before it goes and appends it.
Note that it looks like CRAN does not make this assumption, and registers the ORCID link correctly on the CRAN webpage when the developer already has the full URI. (However I think pkgdown sites use the URIs generated here, and so are also creating invalid links in this case).
Thanks much!! Really appreciate the support for ORCID across the R community!
The text was updated successfully, but these errors were encountered:
cboettig
added a commit
to ropensci/emld
that referenced
this issue
Feb 4, 2020
Roxygen is incorrectly assuming that ORCIDs in the DESCRIPTION are always entered without the
https://
, seeroxygen2/R/object-package.R
Line 51 in c15f265
ORCID guidelines say that the ID should always display the URI format, https://orcid.org/content/journal-article-display-guidelines, and so I always include the
https://orcid.org/
part in my DESCRIPTION (a URI is much more robust / useful than a bare identifier). I think roxygen should at least check forhttp[s]
first before it goes and appends it.Note that it looks like CRAN does not make this assumption, and registers the ORCID link correctly on the CRAN webpage when the developer already has the full URI. (However I think pkgdown sites use the URIs generated here, and so are also creating invalid links in this case).
Thanks much!! Really appreciate the support for ORCID across the R community!
The text was updated successfully, but these errors were encountered: