adding visual dependency installer
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(function(){
|
||||
packagesToInstall <- c("shiny","shinyjs","plotly","promises","future","data.table","rhandsontable")
|
||||
sapply(packagesToInstall, function(pkgs){
|
||||
if(!is.element(pkgs,installed.packages()[,1])){
|
||||
install.packages(pkgs)
|
||||
}
|
||||
})
|
||||
})()
|
||||
Reference in New Issue
Block a user