Constant health checks
Here is a typical sequence of calls when using devtools for package development:
- Edit one or more files below
R/.
document() (if you’ve made any changes that impact help files or NAMESPACE)
load_all()
- Run some examples interactively.
test() (or test_file())
check()