E.g. errors not caught by code might be misleadingly 'fixed', e.g. r-devel/r-dev-day#131 (comment)
needs a manual check before commit, e.g.
# Recompile the .Rd files from the fixes
devtools::document(file.path(tmp_dir, test_pkg_name))
e.g. add
# check that the notes are gone
devtools::check(file.path(tmp_dir, test_pkg_name))
before
# commit the changes to a new branch (locally)