Description
I'm trying check_win_devel()
on a package for which I'm not the primary maintainer.
Thus, the default behavior (e-mailing the primary maintainer as pulled from the DESCRIPTION) is not what I need -- I need to specify email=
instead to temporarily override the primary maintainer.
My experience would have been much better if this option were made evident to me from the prompt -- the current UI gives 2/3 "no" options and 1 "yes" option, strongly implying that there's no way to avoid using the DESCRIPTION maintainer!
I ran check_win_devel()
three times before resigning myself to "OK, I guess we'll have to send the report to the primary maintainer then..."
Only later did I think "Oh, maybe there's an option for setting the email?"
The easiest way for improvement here would be to at least mention the other option in this prompt:
Line 78 in 69d6104
Even better, IMO, would be a 4th option "4: Choose another maintainer", where we either enter the e-mail directly for this first prompt or as a response to a follow-up prompt.