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

Error including multiple emails for a person() in Authors@R #1689

Open
Klorator opened this issue Dec 13, 2024 · 0 comments
Open

Error including multiple emails for a person() in Authors@R #1689

Klorator opened this issue Dec 13, 2024 · 0 comments

Comments

@Klorator
Copy link

Klorator commented Dec 13, 2024

Hi,

Because I am the maintainer I wanted to include two email addresses (a more official university address and a personal email for long term), but this now gives me an "Invalid email address" error in R CMD Check. I also feel like this wasn't an issue until recently, but that might just be me not catching it.

What I have in the DESCRIPTION file is basically.

Authors@R:
    c(person(given = "first1",
             family = "last1",
             email = c("[email protected]", "[email protected]"),
             role = c("aut", "cre")),
      person(given = "first2",
             family = "last2",
             email = "[email protected]",
             role = "aut"))

Which gives me this in the .Rd file,

Maintainer: first1 last1 [email protected], [email protected]

and afore mentioned error.

Found this closed issue: #1487 resolved in #1529

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

No branches or pull requests

1 participant