# HG changeset patch # User mingchen0919 # Date 1528597525 14400 # Node ID fe6c95c7f5c0ae128b877c0c9aa52e2f367085a1 # Parent 90f3027fdb28b21bb8e8a06063d2fddcb2627a2a planemo upload commit 09b6a41798350090b61aea16966ba64b583ef02b-dirty diff -r 90f3027fdb28 -r fe6c95c7f5c0 rmarkdown_report_render.R --- a/rmarkdown_report_render.R Sat Jun 09 22:15:40 2018 -0400 +++ b/rmarkdown_report_render.R Sat Jun 09 22:25:25 2018 -0400 @@ -94,7 +94,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"}')