Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orcid when documenting "_PACKAGE" #721

Closed
romainfrancois opened this issue Mar 12, 2018 · 0 comments
Closed

orcid when documenting "_PACKAGE" #721

romainfrancois opened this issue Mar 12, 2018 · 0 comments
Labels
feature a feature request or enhancement

Comments

@romainfrancois
Copy link
Contributor

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.

@hadley hadley added the feature a feature request or enhancement label Jun 28, 2018
@hadley hadley closed this as completed in ada1f2f Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants