jofaichow commited on
Commit
4016f03
1 Parent(s): 38e2b23
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN R -q -e "install.packages(c('devtools'))"
7
  # Specific version of other Packages
8
  # RUN R -q -e "remotes::install_github('r-lib/later')"
9
  #RUN R -q -e "remotes::install_version('httpuv', version = '1.6.6', repos = 'http://cran.us.r-project.org')"
10
- RUN R -q -e "devtools::install_github('rstudio/httpuv')""
11
 
12
  # Specific version of other Packages
13
  RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"
 
7
  # Specific version of other Packages
8
  # RUN R -q -e "remotes::install_github('r-lib/later')"
9
  #RUN R -q -e "remotes::install_version('httpuv', version = '1.6.6', repos = 'http://cran.us.r-project.org')"
10
+ RUN R -q -e "devtools::install_github('rstudio/httpuv')"
11
 
12
  # Specific version of other Packages
13
  RUN R -q -e "remotes::install_version('farver', version = '2.1.1', repos = 'http://cran.us.r-project.org')"