Skip to content
Snippets Groups Projects
Commit b789a777 authored by Holger Brandl's avatar Holger Brandl
Browse files

cosmetics

parent b97f0924
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ suppressMessages(if (!require("docopt")) install.packages("docopt"))
suppressMessages(if (!require("knitr")) install.packages("knitr"))
suppressMessages(if (!require("stringr")) install.packages("stringr"))
suppressMessages(if (!require("rmarkdown")) install.packages("rmarkdown"))
# disabled because user script will fail if they load plyr before dplyr
#suppressMessages(if (!require("dplyr")) install.packages("dplyr"))
## test invokation that mimics actual workflow: R --args -e "fsdf.R" "hello sdf" -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment