adding more packages to installation script
This commit is contained in:
parent
a6f7b9210b
commit
8d99710fa3
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user