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

CRAN reviewer's comment about Authors@R #9

Closed
vsimko opened this issue Oct 15, 2017 · 0 comments
Closed

CRAN reviewer's comment about Authors@R #9

vsimko opened this issue Oct 15, 2017 · 0 comments
Assignees
Labels

Comments

@vsimko
Copy link
Owner

vsimko commented Oct 15, 2017

We want to see person() calls directly since we do checks on this
and we cannot know if you have specified something incorrectly
in case you use as.person.

As in your case:

         Maintainer: Viliam Simko <[email protected]
         <mailto:[email protected]>>

is wrong, and the reason is that you string is incorrect,

  Authors@R: as.person(c(
               "Viliam Simko <[email protected]> [aut, cre]",
               "Kevin Laubis <[email protected]> [aut]"))

would have been correct, but then we directly have the example why
we want person() calls where we can check that they can be correctly
converted to the Author and Maintainer fields.

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

No branches or pull requests

1 participant