Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanse authored Oct 4, 2019
1 parent 9579eaa commit ea48efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit ea48efa

Please sign in to comment.