dev.R

# This file contains tasks for development
library(testthat)
library(here)

run_tests <- function() { 
  devtools::install_local(here())
  test_dir(here("tests"), reporter="summary")
}

run_tests() 
neumanrq/fairreviewers documentation built on May 24, 2019, 5:06 a.m.