# HG changeset patch # User mingchen0919 # Date 1528599714 14400 # Node ID f85651ccde38ac03394789ee0eabcf11a432c706 # Parent fe7c4dbf5a8290fa5890308b47ee362dbac9b39f planemo upload commit 09b6a41798350090b61aea16966ba64b583ef02b-dirty diff -r fe7c4dbf5a82 -r f85651ccde38 rmarkdown_report_render.R --- a/rmarkdown_report_render.R Sat Jun 09 10:22:50 2018 -0400 +++ b/rmarkdown_report_render.R Sat Jun 09 23:01:54 2018 -0400 @@ -96,7 +96,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"}')