Will Beasley | 883d0e0 | 2017-07-22 02:15:15 -0500 | [diff] [blame] | 1 | # Modeled after the R6 testing structure: https://github.com/wch/R6/blob/master/tests/testthat.R |
2 | library(testthat) | ||||
3 | library(kableExtra) | ||||
4 | |||||
Hao Zhu | 1c4917e | 2019-01-15 17:00:01 -0600 | [diff] [blame] | 5 | # testthat::test_check("kableExtra") |