CorAnalyzer is a shiny app, which were developed for interactive generating correlation scatter plot from matrix data set.
To check the dependencies installed correctly, this command can help users to check the status of each installation
library("Packages for check")
Code for install dependencies R packages
cDep <- c("ggplot2","shiny","Hmisc","corrgram","shinyBS")
###INSTALLED PACKAGES
#get installed list
inst <- packageStatus()$inst
#check and install DEPENDENCIES from CRAN
for(i in 1:length(cDep)){
tag = which(inst$Package == cDep[i])
if(length(tag)){
remove.packages(cDep[i])
}
install.packages(cDep[i])
}
###Install shinysky for pretty shiny UI
if (!require("devtools"))
install.packages("devtools")
devtools::install_github("AnalytixWare/ShinySky")
Qi Zhao, zhaoqi3@mail2.sysu.edu.cn
Qi Zhao, zhaoqi3@mail2.sysu.edu.cn
Qi Zhao
Please feel free contact us.
To be addressed
on going