While running R CMD check, one can receive an Error, a Warning, or a NOTE. I'd like to check if a NOTE was generated and if so access the contents of the NOTE programmatically.
My goal is to see if a NOTE was generated that indicates the submission does not yet exist on CRAN. I know there are other ways to check that, but it seems a shame to reinvent the wheel since devtools::check() already generates a message if that is the case.