We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example in dplyr if I add my orcid info as suggested, e.g.
dplyr
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
\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.
The text was updated successfully, but these errors were encountered:
ada1f2f
No branches or pull requests
For example in
dplyr
if I add my orcid info as suggested, e.g.Then the package documentation generates this in the
\author
not sure this is useful.
The text was updated successfully, but these errors were encountered: