... | ... |
@@ -2,7 +2,7 @@ igsva <- function() { |
2 | 2 |
|
3 | 3 |
shinydeps <- c("shiny", "shinythemes", "ggplot2", |
4 | 4 |
"data.table", "plotly", "future", |
5 |
- "shinyjs", "shinybusy") |
|
5 |
+ "shinyjs", "shinybusy", "limma") |
|
6 | 6 |
maskshinydeps <- shinydeps %in% installed.packages() |
7 | 7 |
if (any(!maskshinydeps)) |
8 | 8 |
stop(sprintf("Please install the following packages to use the GSVA WebApp:\n\n %s\n", |
... | ... |
@@ -20,22 +20,24 @@ igsva <- function() { |
20 | 20 |
vars="ggplot") |
21 | 21 |
|
22 | 22 |
namespaceImportFrom(self=getNamespace("base"), |
23 |
- ns=getNamespace("data.table"), |
|
24 |
- vars="as.data.table") |
|
23 |
+ ns=getNamespace("data.table")) |
|
25 | 24 |
|
26 | 25 |
namespaceImportFrom(self=getNamespace("base"), |
27 | 26 |
ns=getNamespace("plotly"), |
28 | 27 |
vars=c("ggplotly", "event_data", "style")) |
29 |
- |
|
28 |
+ |
|
30 | 29 |
namespaceImportFrom(self=getNamespace("base"), |
31 | 30 |
ns=getNamespace("future")) |
32 |
- |
|
31 |
+ |
|
33 | 32 |
namespaceImportFrom(self=getNamespace("base"), |
34 | 33 |
ns=getNamespace("shinyjs")) |
35 |
- |
|
34 |
+ |
|
36 | 35 |
namespaceImportFrom(self=getNamespace("base"), |
37 | 36 |
ns=getNamespace("shinybusy")) |
38 | 37 |
|
38 |
+ namespaceImportFrom(self=getNamespace("base"), |
|
39 |
+ ns=getNamespace("limma")) |
|
40 |
+ |
|
39 | 41 |
appDir <- system.file("shinyApp", package="GSVA") |
40 | 42 |
if (appDir == "") |
41 | 43 |
stop("The GSVA Shiny app cannot be found within the package.") |
42 | 44 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+name: shinyApp |
|
2 |
+title: shinyApp |
|
3 |
+username: |
|
4 |
+account: prodriguez-bio2 |
|
5 |
+server: shinyapps.io |
|
6 |
+hostUrl: https://api.shinyapps.io/v1 |
|
7 |
+appId: 3971711 |
|
8 |
+bundleId: 4476074 |
|
9 |
+url: https://prodriguez-bio2.shinyapps.io/shinyapp/ |
|
10 |
+when: 1618503477.40691 |
|
11 |
+lastSyncTime: 1618503477.40694 |
|
12 |
+asMultiple: FALSE |
|
13 |
+asStatic: FALSE |