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.
My DESCRIPTION file looks like this:
when I run
submit_cran(), it asks if it is okay to send the email tomax@email.com, rather thandavis@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 thecrejust to get the email to switch to me.