R/runPackageTests.R

Defines functions runTests

Documented in runTests

#' runTests
#'
#' Runs package tests via devtools::test
#' @keywords internal
runTests <- function(){
    requireNamespace("testthat")
    requireNamespace("shinytest")
    requireNamespace("tools")
    requireNamespace("devtools")

    devtools::test(reporter=testthat::SummaryReporter)
}

Try the spotGUI package in your browser

Any scripts or data that you put into this service are public.

spotGUI documentation built on March 31, 2021, 1:06 a.m.