Skip to content

orcid when documenting "_PACKAGE" #721

@romainfrancois

Description

@romainfrancois

For example in dplyr if I add my orcid info as suggested, e.g.

Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
    person("Romain", "François", role = "aut", comment = c(ORCID="0000-0002-2444-4226")),
    person("Lionel", "Henry", role = "aut"),
    person("Kirill", "Müller", role = "aut"),
    person("RStudio", role = c("cph", "fnd"))
    )

Then the package documentation generates this in the \author

\author{
\strong{Maintainer}: Hadley Wickham \email{hadley@rstudio.com}

Authors:
\itemize{
  \item Romain François (0000-0002-2444-4226)
  \item Lionel Henry
  \item Kirill Müller
}

Other contributors:
\itemize{
  \item RStudio [copyright holder, funder]
}

}

not sure this is useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions