Added java for selenium web scraping
This commit is contained in:
parent
0e154b454e
commit
23d4dd5193
@ -12,7 +12,8 @@ RUN apt-get update \
|
|||||||
&& chmod 777 /usr/local/lib/R/site-library
|
&& chmod 777 /usr/local/lib/R/site-library
|
||||||
USER rdocker
|
USER rdocker
|
||||||
#Install all necessary packages for anaylysis, file manipulation, or for the required R packages to function.
|
#Install all necessary packages for anaylysis, file manipulation, or for the required R packages to function.
|
||||||
RUN sudo apt-get install -y libmariadb-dev imagemagick ghostscript libpoppler-cpp-dev vim wget curl git libcurl4-openssl-dev build-essential texlive-full chromium-browser firefox
|
RUN sudo apt-get install -y libmariadb-dev imagemagick ghostscript libpoppler-cpp-dev vim wget curl git libcurl4-openssl-dev build-essential texlive-full chromium-browser firefox default-jdk # chromium-browser, firefox, and default-jdk used for web scraping with the R-package selenider.
|
||||||
|
|
||||||
#Install the R packages used in the R data creation scripts run on on the docker container.
|
#Install the R packages used in the R data creation scripts run on on the docker container.
|
||||||
RUN install2.r tidyverse fixest twang pdftools gt scales vars curl forecast uuid corrplot foreach cluster factoextra xtable Formula miscTools MASS kableExtra clisymbols fredr readxl lubridate tidycensus zipcodeR stargazer sandwich lmtest ggnewscale viridis ggthemes MatchIt optmatch aTSA tsDyn bruceR svars tidyquant zoo eia renv BiocManager miscTools logr selenium selenider && rm -rf /tmp/downloaded_packages
|
RUN install2.r tidyverse fixest twang pdftools gt scales vars curl forecast uuid corrplot foreach cluster factoextra xtable Formula miscTools MASS kableExtra clisymbols fredr readxl lubridate tidycensus zipcodeR stargazer sandwich lmtest ggnewscale viridis ggthemes MatchIt optmatch aTSA tsDyn bruceR svars tidyquant zoo eia renv BiocManager miscTools logr selenium selenider && rm -rf /tmp/downloaded_packages
|
||||||
#Packages used in DCchoice nuclear contigent valuation paper which require a special install method
|
#Packages used in DCchoice nuclear contigent valuation paper which require a special install method
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user