Skip to content

History / Notes on How to Test in R

Revisions

  • Correct spelling error

    @caroliver caroliver committed Jul 26, 2018
  • Added to the instructions on how to run tests. Must make sure the testthat library is called before the testing functions will run.

    @caroliver caroliver committed Jun 28, 2018
  • Included examples on what code to use when trying to run a test file using the source()/test_file() method.

    @caroliver caroliver committed Jun 28, 2018
  • Updated How to Run Tests section to have clearer instructions

    @caroliver caroliver committed Jun 6, 2018
  • Added sample of testthat file structure for reference.

    @caroliver caroliver committed Jun 5, 2018
  • Stylistic changes made for better readability.

    @caroliver caroliver committed Jun 5, 2018