r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

Ignore known NOTEs #131

Closed krlmlr closed 4 years ago

krlmlr commented 4 years ago

Would you support configuring the NOTEs that are expected during R CMD check, e.g. "installed size is", and handle them differently if error_on = "note" is set? Currently this NOTE requires a change of the GHA workflow in some packages, something I'd rather avoid doing: https://twitter.com/mdneuzerling/status/1331705185194807296.

We could add a Config/rcmdcheck/known_notes: installed size is that accepts regular expressions separated by comma and whitespace.

gaborcsardi commented 4 years ago

This is basically the duplicate of #12.

krlmlr commented 4 years ago

Thanks for the pointer.