Skip to content

submit_cran() email prompt - Creator vs Maintainer? #2073

@DavisVaughan

Description

@DavisVaughan

My DESCRIPTION file looks like this:

Authors@R: c(
    person("Max", "Kuhn", , "max@email.com", c("aut", "cre")),
    person("Davis", "Vaughan", , "davis@email.com", c("aut")),
    person("RStudio", role = "cph"))
Maintainer: Davis Vaughan <davis@email.com>

when I run submit_cran(), it asks if it is okay to send the email to max@email.com, rather than davis@email.com. Is this intended? I figured it would make sense to send the email to the maintainer, but maybe I am wrong. It feels wrong to go in and change me to the cre just to get the email to switch to me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions