changeset 17:d67cb594f242 draft

planemo upload commit 09b6a41798350090b61aea16966ba64b583ef02b-dirty
author mingchen0919
date Sat, 09 Jun 2018 23:39:02 -0400
parents 83037540f829
children 0489a2fd17d6
files rmarkdown_report_render.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rmarkdown_report_render.R	Sat Jun 09 10:46:30 2018 -0400
+++ b/rmarkdown_report_render.R	Sat Jun 09 23:39:02 2018 -0400
@@ -91,7 +91,7 @@
       lapply(dirs, function(x) {
         path_end = tail(strsplit(x, '/')[[1]], 1)
         # hide vakata-jstree-3.3.5 folder
-        if (!(path_end %in% c('vakata-jstree-3.3.5', 'rmarkdown_report_files'))) {
+        if (!(path_end %in% c('vakata-jstree-3.3.5', 'rmarkdown_report_files', 'site_libs'))) {
           # x_path = strsplit(x, paste0(output_dir, '/'))[[1]][2]
           li_item = tags$li(path_end, file_tree(x))
           li_item$attribs = list('data-jstree' = '{"icon":"jstree-folder"}')