tests/testthat.R

#'////////////////////////////////////////////////////////////////////////////
#' FILE: testthat.R
#' AUTHOR: David Ruvolo
#' CREATED: 2020-08-11
#' MODIFIED: 2020-08-11
#' PURPOSE: unit testing for UI components
#' STATUS: on.going
#' PACKAGES: testthat; iceComponents
#' COMMENTS: NA
#'////////////////////////////////////////////////////////////////////////////

# pkgs
library(testthat)
library(iceComponents)

# run checks
test_check("iceComponents")
InControlofEffects/iceComponents documentation built on April 1, 2021, 5:51 a.m.