up
Browse files- Dockerfile +2 -2
- app.R +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,6 @@ WORKDIR /code
|
|
4 |
|
5 |
# Install CRAN packages
|
6 |
RUN install2.r --error \
|
7 |
-
shiny \
|
8 |
htmltools \
|
9 |
plotly \
|
10 |
bsicons \
|
@@ -13,7 +12,8 @@ RUN install2.r --error \
|
|
13 |
shinybusy \
|
14 |
listviewer \
|
15 |
NGLVieweR \
|
16 |
-
colorspace
|
|
|
17 |
|
18 |
# Install GitHub packages
|
19 |
RUN installGithub.r \
|
|
|
4 |
|
5 |
# Install CRAN packages
|
6 |
RUN install2.r --error \
|
|
|
7 |
htmltools \
|
8 |
plotly \
|
9 |
bsicons \
|
|
|
12 |
shinybusy \
|
13 |
listviewer \
|
14 |
NGLVieweR \
|
15 |
+
colorspace \
|
16 |
+
shiny
|
17 |
|
18 |
# Install GitHub packages
|
19 |
RUN installGithub.r \
|
app.R
CHANGED
@@ -29,7 +29,7 @@ source("data.R")
|
|
29 |
#' @return A shiny app that can be converted to a shinylive app
|
30 |
|
31 |
rtemisseq <- function(
|
32 |
-
default_theme = "
|
33 |
protein_plotly_height = "900px",
|
34 |
jsonedit_height = "900px",
|
35 |
verbosity = 0L
|
|
|
29 |
#' @return A shiny app that can be converted to a shinylive app
|
30 |
|
31 |
rtemisseq <- function(
|
32 |
+
default_theme = "light",
|
33 |
protein_plotly_height = "900px",
|
34 |
jsonedit_height = "900px",
|
35 |
verbosity = 0L
|