commit | 5e1740df8766b6ee0a04810558f1b09da0635559 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Jan 21 11:54:15 2019 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Jan 21 11:54:15 2019 -0500 |
tree | 1391b2d0e1e51d1a1b353da592f7b7af7b9e5616 | |
parent | 84102ed5db78661d3ef91b06fd2f8dbea3332de8 [diff] [blame] |
put back print in print.R
diff --git a/R/print.R b/R/print.R index cc0e97b..5d3d6c5 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