Skip to content

Commit

Permalink
Add readxl package
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati committed Oct 6, 2023
1 parent 402171d commit 673e390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update -y \
&& Rscript -e 'install.packages(c("bookdown","knitr","remotes","fontawesome","formattable","formatR","kableExtra","leaflet","pagedown","lubridate","markdown","rmarkdown","xaringan","yaml"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");' \
&& mkdir /rmd

RUN Rscript -e 'install.packages(c("tidyverse","nycflights13","vcd","patchwork","vioplot"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");'
RUN Rscript -e 'install.packages(c("tidyverse","nycflights13","vcd","patchwork","vioplot", "readxl"),repos = "https://packagemanager.posit.co/cran/__linux__/jammy/latest");'
RUN Rscript -e 'remotes::install_github("mkierczak/mkteachr");'
WORKDIR /rmd
CMD Rscript -e "rmarkdown::render_site()"
Expand Down

0 comments on commit 673e390

Please sign in to comment.