tests/test-all.R

################################################################################
### Unit tests for the package
## Reference: http://adv-r.had.co.nz/Testing.html
## See the testthat subdirectory for actual test code
## Created on: 2014-06-01
## Author: Kazuki Yoshida
################################################################################


### Run all tests
################################################################################
library(testthat)
Sys.setenv('TESTTHAT_MAX_FAILS' = Inf)
test_check("tableone")
kaz-yos/tableone documentation built on April 20, 2022, 12:16 p.m.