Skip to content
Snippets Groups Projects
Commit c8318607 authored by Danni Luo's avatar Danni Luo
Browse files

install shinythemes package

parent f35dbd24
Branches
Tags
1 merge request!1Shiny update
Pipeline #1822 passed with stage
in 3 hours, 53 minutes, and 47 seconds
......@@ -3,6 +3,7 @@ update.packages()
install.packages("sqldf",dep=TRUE)
install.packages("gmp",dep=TRUE)
install.packages("shinythemes",dep=TRUE)
install.packages(c('gplots','lattice','latticeExtra','vegan','labdsv','cluster','ggplot2'))
install.packages("Vennerable", repos="http://R-Forge.R-project.org",type='source')
source("http://bioconductor.org/biocLite.R")
......
......@@ -11,7 +11,6 @@ library("gplots")
shinyServer(function(input, output, session) {
data.dir <- Sys.getenv('outputDir')
#data.dir <-"workflow_322_output"
rda.dir <- data.dir
symsyn <- read.table(file='symbol2synonym.txt',header=FALSE)
names(symsyn) <- c('symbol','synonyms')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment