commit | 5b71b2da622bcce64133d83b8c126201d5d86de0 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Mar 26 16:31:09 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Mar 26 16:31:09 2018 -0400 |
tree | 6f60fc412a86729db1925f0b6118842a3b69ba89 | |
parent | 27c7c85c3e8675244107210198b02c075280ad1f [diff] [blame] |
adding some checks to disable the real-time display when RStudio is not running
diff --git a/NAMESPACE b/NAMESPACE index 51150dc..24da701 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -44,6 +44,8 @@ importFrom(rmarkdown,html_dependency_jquery) importFrom(rmarkdown,latex_dependency) importFrom(rmarkdown,metadata) +importFrom(rstudioapi,isAvailable) +importFrom(rstudioapi,viewer) importFrom(rvest,html_table) importFrom(scales,rescale) importFrom(stats,ave)