adding visual dependency installer
This commit is contained in:
parent
2471b7138c
commit
ae29113f66
8
installDeps.R
Normal file
8
installDeps.R
Normal file
@ -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)
|
||||
}
|
||||
})
|
||||
})()
|
||||
Loading…
Reference in New Issue
Block a user