commit | e2ee69ad77738c8792057a879c9ef240743baa9c | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed May 22 12:47:32 2019 -0400 |
committer | GitHub <noreply@github.com> | Wed May 22 12:47:32 2019 -0400 |
tree | 0d8cb7e43d0dd36cdf155e5488a049ff9b20ae63 | |
parent | b9fff91e908bb2573cbfa489de94bc56803a233c [diff] |
Add package name to bsTable autoload formats
diff --git a/R/zzz.R b/R/zzz.R index 69b0b1b..c12793b 100644 --- a/R/zzz.R +++ b/R/zzz.R
@@ -23,8 +23,8 @@ if (!is.null(rmarkdown::metadata$output) && rmarkdown::metadata$output %in% c( "ioslides_presentation", "slidy_presentation", - "gitbook", "radix_article", - "distill_article" + "gitbook", "bookdown::gitbook", "radix_article", "radix::radix_article", + "distill_article", "distill::distill_article" )) { options(kableExtra.html.bsTable = TRUE) }