tests/testthat.R

#' R file to run unit tests.
#'
#' Loads testthat and runs test_check on the apply303 package.
##

library(testthat)
library(apply303)

test_check("apply303")
sadleskorn/apply303 documentation built on April 14, 2022, 11:57 a.m.