From 46476a3964935c10b274452d2802bd873a8279a3 Mon Sep 17 00:00:00 2001 From: Holger Brandl Date: Fri, 4 May 2018 16:57:47 +0200 Subject: [PATCH] added knitr, session and docopt to default dependencies --- R/core_commons.R | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/R/core_commons.R b/R/core_commons.R index 5e612cb..136f5ac 100644 --- a/R/core_commons.R +++ b/R/core_commons.R @@ -109,8 +109,15 @@ load_pack(digest) #load_pack(readxl) ## supress differring build number ## for table exploration without using Rstudio +install_package("knitr") load_pack(DT) +## cli development +install_package("docopt") + +## enviroment persistence +install_package("session") + ## moved into datatable_commons because replaced almost everywhere with dplyr #load_pack(data.table) -- GitLab