6.21 Constant health checks

Here is a typical sequence of calls when using devtools for package development:

  1. Edit one or more files below R/.
  2. document() (if you’ve made any changes that impact help files or NAMESPACE)
  3. load_all()
  4. Run some examples interactively.
  5. test() (or test_file())
  6. check()