tests/testthat.R

## load dependencies
library(testthat)
library(monotonicity)

## test package separated with filter due to limited Travis-CI build time
test_check('monotonicity', filter = "monoBonferroni")
test_check('monotonicity', filter = "monoRelation")
test_check('monotonicity', filter = "monoSummary")
test_check('monotonicity', filter = "monoUpDown")
test_check('monotonicity', filter = "specify_decimal")
test_check('monotonicity', filter = "wolak")
test_check('monotonicity', filter = "matrix_conversion")
test_check('monotonicity', filter = "statBootstrap")

Try the monotonicity package in your browser

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

monotonicity documentation built on Dec. 5, 2019, 5:08 p.m.