Skip to content

code 'fixes' and commits but may not have actually fixed error #2

@geryan

Description

@geryan

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions