Skip to content

Commit

Permalink
Install R
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraporn authored Dec 10, 2022
1 parent 4843ec9 commit e5c94ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,15 @@ RUN python -m pip install vl-convert-python

RUN apt-get update && apt-get install make

# install R
RUN apt-get install r-base r-base-dev -y

# install non R tidyverse dependencies??
RUN apt-get update && apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev

# R packages
RUN R -q -e 'install.packages("tidyverse")'
RUN R -q -e 'install.packages("rmarkdown")'



Expand Down

0 comments on commit e5c94ed

Please sign in to comment.