Spaces:
Sleeping
Sleeping
JiawenChenn commited on
Commit ·
cc7d6bd
1
Parent(s): a9d6d3e
update
Browse files- Dockerfile +1 -1
- app.R +1 -0
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 13 |
rm -rf /var/lib/apt/lists/*
|
| 14 |
|
| 15 |
|
| 16 |
-
RUN install2.r --error \
|
| 17 |
shiny \
|
| 18 |
dplyr \
|
| 19 |
ggplot2 \
|
|
|
|
| 13 |
rm -rf /var/lib/apt/lists/*
|
| 14 |
|
| 15 |
|
| 16 |
+
RUN install2.r --error --skipinstalled \
|
| 17 |
shiny \
|
| 18 |
dplyr \
|
| 19 |
ggplot2 \
|
app.R
CHANGED
|
@@ -13,6 +13,7 @@ library(httr2)
|
|
| 13 |
library(shinythemes)
|
| 14 |
library(DT)
|
| 15 |
library(reshape2)
|
|
|
|
| 16 |
|
| 17 |
# df <- readr::read_csv("penguins.csv")
|
| 18 |
# # Find subset of columns that are suitable for scatter plot
|
|
|
|
| 13 |
library(shinythemes)
|
| 14 |
library(DT)
|
| 15 |
library(reshape2)
|
| 16 |
+
library(readr)
|
| 17 |
|
| 18 |
# df <- readr::read_csv("penguins.csv")
|
| 19 |
# # Find subset of columns that are suitable for scatter plot
|