commit | 76762d80a3f084b0854afc92ec26709d30c0bd27 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jul 25 20:56:52 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jul 25 20:56:52 2018 -0400 |
tree | 4e5c0ba4e507de71e570cf10acc1bfdc1cc4e81e | |
parent | ccf9bf8d94705f0fc867ab23b0f81da2f5ff8b12 [diff] [blame] |
Fix #229
diff --git a/R/print.R b/R/print.R index 7752d98..344d43d 100644 --- a/R/print.R +++ b/R/print.R
@@ -10,7 +10,7 @@ if (interactive() & rstudioapi::isAvailable()) { htmltools::html_print(html_result, viewer = rstudioapi::viewer) } - print(html_result) + # print(html_result) } #' HTML dependency for js script to enable bootstrap tooltip and popup message