I'm guessing this is a common scenario:
- I'm working on a fork of some maintainer's R project
- I'm ready to open a PR and want to make sure that it passes
R CMD Check on all platforms ...
- ... so I use the great
build_win
- ... and realize a couple of seconds too late that the resulting email will be sent to the maintainer of the project.
Would be nice to specify an alternative email address to build_win as an argument.
I'm guessing this is a common scenario:
R CMD Checkon all platforms ...build_winWould be nice to specify an alternative email address to
build_winas an argument.