Ifeanyi commited on
Commit
fc4291b
·
1 Parent(s): bb7aeff

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -13,16 +13,15 @@ RUN install2.r --error \
13
  bslib \
14
  reactable \
15
  reactablefmtr \
16
- dplyr
 
17
 
18
 
19
  # Install development packages from GitHub
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
 
28
 
 
13
  bslib \
14
  reactable \
15
  reactablefmtr \
16
+ dplyr \
17
+ openalexR
18
 
19
 
20
  # Install development packages from GitHub
21
  RUN installGithub.r \
22
  rstudio/bslib \
23
  rstudio/httpuv \
24
+
 
 
25
 
26
 
27