# HG changeset patch
# User mingchen0919
# Date 1503680441 14400
# Node ID f8bedb407e5c182a92c4d101a9e8010861476025
# Parent f86be5aeea369293bb31789f5c8b3bd4be2cac69
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_i_adhore commit cc2f473d151c0de971c760a9aec9d09ff073ad85-dirty
diff -r f86be5aeea36 -r f8bedb407e5c i-adhore.xml
--- a/i-adhore.xml Fri Aug 25 12:04:15 2017 -0400
+++ b/i-adhore.xml Fri Aug 25 13:00:41 2017 -0400
@@ -5,6 +5,7 @@
r-rmarkdown
r-plyr
r-dplyr
+ r-htmltools
Generate i-adhore configure file
diff -r f86be5aeea36 -r f8bedb407e5c i_adhore_configure_render.R
--- a/i_adhore_configure_render.R Fri Aug 25 12:04:15 2017 -0400
+++ b/i_adhore_configure_render.R Fri Aug 25 13:00:41 2017 -0400
@@ -68,6 +68,7 @@
library(rmarkdown)
library(plyr)
library(dplyr)
+library(htmltools)
#----- 1. create the report directory ------------------------