Spaces:
Running
Running
quick fix
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,8 +20,8 @@ RUN R -q -e "remotes::install_version('sass', version = '0.4.8', repos = 'http:/
|
|
20 |
RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
|
21 |
RUN R -q -e "remotes::install_version('sourcetools', version = '0.1.7-1', repos = 'http://cran.us.r-project.org')"
|
22 |
RUN R -q -e "remotes::install_version('xtable', version = '1.8-4', repos = 'http://cran.us.r-project.org')"
|
23 |
-
|
24 |
-
|
25 |
|
26 |
RUN R -q -e "remotes::install_version('shiny', version = '1.8.0', repos = 'http://cran.us.r-project.org')"
|
27 |
|
|
|
20 |
RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
|
21 |
RUN R -q -e "remotes::install_version('sourcetools', version = '0.1.7-1', repos = 'http://cran.us.r-project.org')"
|
22 |
RUN R -q -e "remotes::install_version('xtable', version = '1.8-4', repos = 'http://cran.us.r-project.org')"
|
23 |
+
RUN R -q -e "remotes::install_version('stringr', version = '1.5.0', repos = 'http://cran.us.r-project.org')"
|
24 |
+
RUN R -q -e "remotes::install_version('tinytex', version = '0.45', repos = 'http://cran.us.r-project.org')"
|
25 |
|
26 |
RUN R -q -e "remotes::install_version('shiny', version = '1.8.0', repos = 'http://cran.us.r-project.org')"
|
27 |
|