Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/14758
  
    Oops, it looks like it is only suppose to be a single Maintainer?
    
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#The-DESCRIPTION-file
    
    It look like this in CRAN check output:
    ```
    Maintainer: ‘Shivaram Venkataraman <[email protected]> Xiangrui 
Meng <[email protected]> Felix Cheung <[email protected]>’
    ```
    
    Instead, we could put something like this in the DESCRIPTION file:
    ```
    Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
                     email = "[email protected]"),
              person("Xiangrui", "Meng", role = "aut"),
              person("Felix", "Cheung", role = "aut"))
    ```
    And omit Author, Maintainer fields.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to