commit | 2c3b4b8fd8e6945084837da5c722e73622760c7f | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 06 11:36:58 2020 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 06 11:36:58 2020 -0400 |
tree | 3dac97758fc0262b3c1ae066d4835e38fc0621ca | |
parent | c33b1f4673a13a3c3f3e129a0d96e51d563c4c71 [diff] [blame] |
removed rstudio check as suggested in #539
diff --git a/R/print.R b/R/print.R index 95a37c0..29e3f9a 100644 --- a/R/print.R +++ b/R/print.R
@@ -1,7 +1,7 @@ #' @export print.kableExtra <- function(x, ...) { view_html <- getOption("kableExtra_view_html", TRUE) - if (view_html & interactive() & rstudioapi::isAvailable()) { + if (view_html & interactive()) { dep <- list( rmarkdown::html_dependency_jquery(), rmarkdown::html_dependency_bootstrap(theme = "cosmo"),