Spaces:
Running
Running
quick fix
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -15,14 +15,14 @@ RUN R -q -e "remotes::install_version('gert', version = '2.0.1', repos = 'http:/
|
|
15 |
RUN R -q -e "remotes::install_version('processx', version = '3.8.3', repos = 'http://cran.us.r-project.org')"
|
16 |
RUN R -q -e "remotes::install_version('fontawesome', version = '0.5.2', repos = 'http://cran.us.r-project.org')"
|
17 |
RUN R -q -e "remotes::install_version('digest', version = '0.6.34', repos = 'http://cran.us.r-project.org')"
|
18 |
-
|
19 |
-
|
20 |
|
21 |
RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
|
22 |
|
23 |
|
24 |
# RUN R -q -e "install.packages(c('devtools'))"
|
25 |
-
RUN R -q -e "remotes::install_version('devtools', version = '2.4.5', repos = 'http://cran.us.r-project.org')"
|
26 |
|
27 |
|
28 |
# RUN R -q -e "remotes::install_github('r-lib/later')"
|
|
|
15 |
RUN R -q -e "remotes::install_version('processx', version = '3.8.3', repos = 'http://cran.us.r-project.org')"
|
16 |
RUN R -q -e "remotes::install_version('fontawesome', version = '0.5.2', repos = 'http://cran.us.r-project.org')"
|
17 |
RUN R -q -e "remotes::install_version('digest', version = '0.6.34', repos = 'http://cran.us.r-project.org')"
|
18 |
+
RUN R -q -e "remotes::install_version('brew', version = '1.0.10', repos = 'http://cran.us.r-project.org')"
|
19 |
+
RUN R -q -e "remotes::install_version('shiny', version = '1.8.0', repos = 'http://cran.us.r-project.org')"
|
20 |
|
21 |
RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
|
22 |
|
23 |
|
24 |
# RUN R -q -e "install.packages(c('devtools'))"
|
25 |
+
# RUN R -q -e "remotes::install_version('devtools', version = '2.4.5', repos = 'http://cran.us.r-project.org')"
|
26 |
|
27 |
|
28 |
# RUN R -q -e "remotes::install_github('r-lib/later')"
|