Skip to content

Commit f703534

Browse files
committed
WORKSHOP7 - Updating the worksheets to remove the CSS not needed for readthedown template
1 parent fd8e8fc commit f703534

21 files changed

+1974
-1479
lines changed

Dockerfile

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
FROM rocker/verse:4.1.0
22

33
RUN apt-get update \
4+
&& apt-get upgrade -y \
45
&& apt-get install -y --no-install-recommends \
6+
byobu \
7+
ditaa \
58
graphviz \
6-
less \
9+
htop \
710
libgsl-dev \
8-
liblapack-dev \
9-
libtk8.6 \
10-
pbzip2 \
11+
less \
1112
p7zip-full \
13+
pbzip2 \
1214
tk8.6 \
1315
&& apt-get clean \
1416
&& rm -rf /var/lib/apt/lists/* \
1517
&& install2.r --error \
16-
actuar \
1718
anytime \
1819
arules \
1920
arulesCBA \
@@ -23,44 +24,44 @@ RUN apt-get update \
2324
BiocManager \
2425
BTYD \
2526
BTYDplus \
26-
broom \
2727
CLVTools \
2828
conflicted \
2929
cowplot \
30-
descriptr \
3130
DataExplorer \
32-
DT \
31+
descriptr \
3332
directlabels \
3433
evir \
34+
factoextra \
35+
FactoInvestigate \
36+
FactoMineR \
37+
Factoshiny \
3538
fitdistrplus \
3639
fs \
3740
furrr \
38-
FactoMineR \
39-
FactoInvestigate \
40-
Factoshiny \
4141
ggraph \
42+
ggwordcloud \
4243
kableExtra \
43-
lobstr \
4444
pryr \
4545
rfm \
4646
rmdformats \
47-
shinythemes \
47+
sessioninfo \
4848
shinyBS \
4949
shinycssloaders \
50+
shinythemes \
5051
snakecase \
5152
survival \
5253
survminer \
54+
tictoc \
5355
tidygraph \
5456
tidyquant \
5557
tidytext \
56-
timetk \
5758
visNetwork \
59+
wordcloud2 \
5860
xplorerr
5961

6062
RUN Rscript -e 'BiocManager::install("Rgraphviz")'
6163

6264
COPY build/conffiles.7z /tmp
63-
COPY build/docker_install_rpkgs.R /tmp
6465

6566
WORKDIR /tmp
6667

@@ -71,15 +72,14 @@ RUN git clone https://github.com/lindenb/makefile2graph.git \
7172

7273
WORKDIR /home/rstudio
7374

74-
RUN Rscript /tmp/docker_install_rpkgs.R
75-
76-
RUN 7z x /tmp/conffiles.7z \
75+
RUN 7z x /tmp/conffiles.7z \
7776
&& cp conffiles/.bash* . \
7877
&& cp conffiles/.gitconfig . \
7978
&& cp conffiles/.Renviron . \
8079
&& cp conffiles/.Rprofile . \
81-
&& mkdir -p .config/rstudio \
80+
&& mkdir -p .config/rstudio \
8281
&& cp conffiles/rstudio-prefs.json .config/rstudio/ \
83-
&& chown -R rstudio:rstudio /home/rstudio \
82+
&& chown -R rstudio:rstudio /home/rstudio \
8483
&& rm -rfv conffiles/
8584

85+

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PROJECT_FOLDER=workshop
1818
### Set GITHUB_USER with 'gh config set gh_user <<user>>'
1919
GITHUB_USER=$(shell gh config get gh_user)
2020

21-
CONTAINER_NAME=workshop
21+
CONTAINER_NAME=dds-workshop
2222

2323
### Project build targets
2424
.SUFFIXES: .Rmd .html .dot .png

build/conffiles.7z

-187 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)