Skip to content

Commit 7cf1fed

Browse files
authored
Added kableExtra package so we can control table position in pdf
1 parent 4e46130 commit 7cf1fed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ RUN apt-get update -qq && install2.r --error \
3030
kknn \
3131
fontawesome \
3232
rsvg \
33-
reticulate
33+
reticulate \
34+
kableExtra
3435

3536
RUN Rscript -e "reticulate::install_miniconda()"
3637
RUN Rscript -e "reticulate::conda_install('r-reticulate', 'python-kaleido')"

0 commit comments

Comments
 (0)