commit | 3f65f187361c1eb0d32b74db925da4f8a4bcfbd2 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Jan 22 02:55:46 2019 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Jan 22 02:55:46 2019 -0500 |
tree | 9fbd731f4b421be7df0c7e7edb5b1a31b383c85b | |
parent | 24bf30c9a6e9ebd5d7c05ab0f8116d673f1d6c2c [diff] [blame] |
increase version; add news and add tests
diff --git a/tests/testthat.R b/tests/testthat.R new file mode 100644 index 0000000..a037a2d --- /dev/null +++ b/tests/testthat.R
@@ -0,0 +1,4 @@ +library(testthat) +library(kableExtra) + +test_check("kableExtra")