Running tests locally
Step 0 - Prerequisite
The test framework is installed. More information can be found here: Installing the testing framework
Step 1 - Run the test
Option 1: R studio
Build and clean the project (Build menu/ Clean and rebuild).
Run the test, by using the Test Package option, from the Build menu
Option 2: Console
Change to root directory of R package to be tested
Use devtools::test() to start testthat