Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
ed7e624a7c257ed2019e79e231bc9c8e7cf99840
/
.
/
tests
/
test-all.R
blob: 27593da4c8fdc2be5d00127398aa60b07837d973 [
file
] [
log
] [
blame
]
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
5
testthat
::
test_check
(
"kableExtra"
)