mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
9 lines
125 B
R
9 lines
125 B
R
|
|
# only test if testthat is available
|
|
if (require(testthat)) {
|
|
library(testthat)
|
|
library(shiny)
|
|
|
|
test_check("shiny")
|
|
}
|