Skip to content

Commit 47d5cbf

Browse files
authored
Added canlang R package and LaTeX deps for PDF
closes #84 and #71
1 parent d74711b commit 47d5cbf

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

Dockerfile

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) UBC-DSCI Development Team.
2-
FROM rocker/verse:4.0.0
2+
FROM rocker/verse:4.1.0
33

44
RUN apt-get update --fix-missing \
55
&& apt-get install -y \
@@ -45,3 +45,45 @@ RUN apt-get update -qq && install2.r --error \
4545
tidymodels \
4646
reticulate \
4747
kknn
48+
49+
RUN Rscript -e "devtools::install_github('ttimbers/[email protected]')"
50+
51+
# install LaTeX packages
52+
RUN tlmgr install amsmath \
53+
latex-amsmath-dev \
54+
fontspec \
55+
tipa \
56+
unicode-math \
57+
xunicode \
58+
kvoptions \
59+
ltxcmds \
60+
kvsetkeys \
61+
etoolbox \
62+
xcolor \
63+
auxhook \
64+
bigintcalc \
65+
bitset \
66+
etexcmds \
67+
gettitlestring \
68+
hycolor \
69+
hyperref \
70+
intcalc \
71+
kvdefinekeys \
72+
letltxmacro \
73+
pdfescape \
74+
refcount \
75+
rerunfilecheck \
76+
stringenc \
77+
uniquecounter \
78+
zapfding \
79+
pdftexcmds \
80+
infwarerr \
81+
fancyvrb \
82+
framed \
83+
booktabs \
84+
mdwtools \
85+
grffile \
86+
caption \
87+
sourcecodepro \
88+
amscls \
89+
natbib

0 commit comments

Comments
 (0)