Browse code

take out shinythemes from global

pablo-rodr-bio2 authored on 18/05/2021 10:28:35
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.39.32
2
+Version: 1.39.33
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.guinney@sagebase.org"),
5 5
              person("Robert", "Castelo", role="aut", email="robert.castelo@upf.edu"),
... ...
@@ -1,6 +1,5 @@
1 1
 ### LOADING LIBRARIES
2 2
 library(shiny)
3
-library(shinythemes)
4 3
 library(plotly)
5 4
 library(GSVA)
6 5
 library(GSEABase)