blob: 85b85fec3bcf707094641a445873bb20e1474194 [file] [log] [blame]
Will Beasley883d0e02017-07-22 02:15:15 -05001# Modeled after the R6 testing structure: https://github.com/wch/R6/blob/master/tests/testthat.R
2library(testthat)
3library(kableExtra)
4
Hao Zhu1c4917e2019-01-15 17:00:01 -06005# testthat::test_check("kableExtra")