adding more packages to installation script

This commit is contained in:
Roland Hollós 2019-04-15 12:51:45 +02:00
parent a6f7b9210b
commit 8d99710fa3

View File

@ -1,5 +1,5 @@
(function(){
packagesToInstall <- c("shiny","shinyjs","plotly","promises","future","data.table","rhandsontable")
packagesToInstall <- c("shiny","shinyjs","plotly","promises","future","data.table","rhandsontable", "dplyr", "digest", "ggplot2", "magrittr", "tibble", "limSolve", "rmarkdown")
installedp<- sapply(packagesToInstall, function(pkgs){
if(!is.element(pkgs,installed.packages()[,1])){
install.packages(pkgs)