When I run R CMD check --as-cran
on my package, the one note I still get is:
checking CRAN incoming feasibility ... NOTE
Maintainer:[my name] <my email>
I can't seem to find a good explanation of this note, although I haven't read anything that tells my I should be concerned about it. As anyone else run into this? Is there anything I can do that will clear the note?
According to CRAN Maintainer Uwe Ligges,
This is just a note that reminds CRAN maintainers to check that the submission comes actually from his maintainer and not anybody else.
Thus, it is safe to ignore such a message.