Ifeanyi commited on
Commit
431d166
·
1 Parent(s): 9c5cc3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,8 +20,8 @@ RUN install2.r --error \
20
  RUN installGithub.r \
21
  rstudio/bslib \
22
  rstudio/httpuv \
23
- && R -e "install.packages('remotes', repos='http://cran.rstudio.com/')" \
24
- && R -e "remotes::install_github('ekmaloney/openalexR')"
25
 
26
 
27
 
 
20
  RUN installGithub.r \
21
  rstudio/bslib \
22
  rstudio/httpuv \
23
+ && R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
24
+ && R -e "devtools::install_github('ekmaloney/openalexR')"
25
 
26
 
27