File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) UBC-DSCI Development Team.
2
- FROM rocker/verse:4.0 .0
2
+ FROM rocker/verse:4.1 .0
3
3
4
4
RUN apt-get update --fix-missing \
5
5
&& apt-get install -y \
@@ -45,3 +45,45 @@ RUN apt-get update -qq && install2.r --error \
45
45
tidymodels \
46
46
reticulate \
47
47
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
You can’t perform that action at this time.
0 commit comments