-
Notifications
You must be signed in to change notification settings - Fork 1
/
loadPackages.R
33 lines (32 loc) · 1.08 KB
/
loadPackages.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
################################################################################################
################################################################################################
############################### Exploring Root Cause Analysis ############################
############################### Author: Mustafa Waheed ############################
################################################################################################
################################################################################################
require(shiny)
require(shinyjs)
require(shinyBS)
require(shinyAce)
require(sqldf)
require(DT)
require(fmsb)
require(cluster)
require(pdist)
require(doParallel)
require(foreach)
require(MASS)
require(shinythemes)
require(plotly)
require(devtools)
require(highcharter)
require(ggvis)
require(shinydashboard)
require(stringr)
require(rhandsontable)
require(rpart)
require(ppls)
require(data.table)
require(reshape2)
if(!"parcoords" %in% installed.packages()) devtools::install_github("timelyportfolio/parcoords")
library(parcoords)