jofaichow commited on
Commit
6d300d5
1 Parent(s): 2fb41dc
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM rocker/r-ver:4.2.3
3
  # Remotes
4
  RUN R -q -e "install.packages(c('remotes'))"
5
  # RUN R -q -e "install.packages(c('devtools'))"
 
6
  RUN R -q -e "remotes::install_version('devtools', version = '2.4.5', repos = 'http://cran.us.r-project.org')"
7
 
8
  # Specific version of other Packages
 
3
  # Remotes
4
  RUN R -q -e "install.packages(c('remotes'))"
5
  # RUN R -q -e "install.packages(c('devtools'))"
6
+ RUN R -q -e "remotes::install_version('xfun', version = '0.35', repos = 'http://cran.us.r-project.org')"
7
  RUN R -q -e "remotes::install_version('devtools', version = '2.4.5', repos = 'http://cran.us.r-project.org')"
8
 
9
  # Specific version of other Packages