aboutsummaryrefslogtreecommitdiff
path: root/tests/tinytest.R
blob: 1fcd6d01bb6f99be15be5bde159109f7d24099f4 (plain)
1
2
3
4
if ( requireNamespace("tinytest", quietly=TRUE) ){
	tinytest::test_package("jagsUI", color=FALSE, verbose=0)
}