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

Allow multiple emails for authors #1529

Merged
merged 7 commits into from
Nov 6, 2023
Merged

Allow multiple emails for authors #1529

merged 7 commits into from
Nov 6, 2023

Conversation

jmbarbone
Copy link
Contributor

resolves #1487

authors in DESCRIPTION can now have multiple email addresses

adds test, adds news item, and redocs

@hadley hadley changed the title 1487 emails Allow multiple emails for authors Nov 6, 2023
Merge commit '611e946b93689aba4e228f50c39da8c99c6f644e'
@hadley hadley merged commit 3d162cb into r-lib:main Nov 6, 2023
12 checks passed
@bastistician
Copy link
Contributor

Note that the \email Rd macro takes a single e-mail address. tools::checkRd() would complain for the Rd code \email{one@email.me, two@email.me} generated from this patch. I guess the patch was meant to produce \email{one@email.me}, \email{two@email.me} instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support person() object containing multiple emails
3 participants