From ea48efa0281fa416ad40a3b3bd6ab885315157a4 Mon Sep 17 00:00:00 2001 From: Christian Panse Date: Fri, 4 Oct 2019 08:07:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8453db4..e186dd7 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ available through [jss.v086.c01](http://dx.doi.org/10.18637/jss.v086.c01). Run an interactive shiny application ```{r} -# Requires to install suggested packages -pkgs <- c('colorspace', 'maps', 'noncensus', 'shiny', 'DT') +# Requires to install the suggested packages +pkgs <- c('colorspace', 'doParallel', 'DT', 'maps', 'noncensus', 'shiny') pkgs <- pkgs[(!pkgs %in% unique(installed.packages()[,'Package']))] if(length(pkgs) > 0){install.packages(pkgs)}