Skip to content

Commit 079abfc

Browse files
committed
Updating the Docker image prior to workshop 5
1 parent 0fbf8e8 commit 079abfc

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Dockerfile

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
FROM rocker/verse:4.0.4
1+
FROM rocker/verse:4.0.5
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \
55
graphviz \
66
less \
7+
libgsl-dev \
78
liblapack-dev \
89
libtk8.6 \
910
pbzip2 \
@@ -22,8 +23,10 @@ RUN apt-get update \
2223
BTYD \
2324
BTYDplus \
2425
broom \
26+
CLVTools \
2527
conflicted \
2628
cowplot \
29+
descriptr \
2730
DataExplorer \
2831
DT \
2932
directlabels \
@@ -32,17 +35,23 @@ RUN apt-get update \
3235
fs \
3336
furrr \
3437
ggraph \
38+
kableExtra \
3539
lobstr \
3640
pryr \
3741
rfm \
3842
rmdformats \
43+
shinythemes \
44+
shinyBS \
45+
shinycssloaders \
3946
snakecase \
4047
survival \
4148
survminer \
4249
tidygraph \
4350
tidyquant \
4451
tidytext \
45-
timetk
52+
timetk \
53+
visNetwork \
54+
xplorerr
4655

4756
RUN Rscript -e 'BiocManager::install("Rgraphviz")'
4857

@@ -65,7 +74,8 @@ RUN 7z x /tmp/conffiles.7z \
6574
&& cp conffiles/.gitconfig . \
6675
&& cp conffiles/.Renviron . \
6776
&& cp conffiles/.Rprofile . \
68-
&& cp conffiles/user-settings .rstudio/monitored/user-settings/ \
77+
&& mkdir -p .config/rstudio \
78+
&& cp conffiles/rstudio-prefs.json .config/rstudio/ \
6979
&& chown -R rstudio:rstudio /home/rstudio \
7080
&& rm -rfv conffiles/
7181

build/conffiles.7z

-1.45 KB
Binary file not shown.

workshop.Rproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ UseSpacesForTab: Yes
99
NumSpacesForTab: 2
1010
Encoding: UTF-8
1111

12-
RnwWeave: Sweave
12+
RnwWeave: knitr
1313
LaTeX: pdfLaTeX
1414

15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes
17+
1518
BuildType: Makefile

0 commit comments

Comments
 (0)