File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM rocker/verse:4.0.4
1
+ FROM rocker/verse:4.0.5
2
2
3
3
RUN apt-get update \
4
4
&& apt-get install -y --no-install-recommends \
5
5
graphviz \
6
6
less \
7
+ libgsl-dev \
7
8
liblapack-dev \
8
9
libtk8.6 \
9
10
pbzip2 \
@@ -22,8 +23,10 @@ RUN apt-get update \
22
23
BTYD \
23
24
BTYDplus \
24
25
broom \
26
+ CLVTools \
25
27
conflicted \
26
28
cowplot \
29
+ descriptr \
27
30
DataExplorer \
28
31
DT \
29
32
directlabels \
@@ -32,17 +35,23 @@ RUN apt-get update \
32
35
fs \
33
36
furrr \
34
37
ggraph \
38
+ kableExtra \
35
39
lobstr \
36
40
pryr \
37
41
rfm \
38
42
rmdformats \
43
+ shinythemes \
44
+ shinyBS \
45
+ shinycssloaders \
39
46
snakecase \
40
47
survival \
41
48
survminer \
42
49
tidygraph \
43
50
tidyquant \
44
51
tidytext \
45
- timetk
52
+ timetk \
53
+ visNetwork \
54
+ xplorerr
46
55
47
56
RUN Rscript -e 'BiocManager::install("Rgraphviz")'
48
57
@@ -65,7 +74,8 @@ RUN 7z x /tmp/conffiles.7z \
65
74
&& cp conffiles/.gitconfig . \
66
75
&& cp conffiles/.Renviron . \
67
76
&& 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/ \
69
79
&& chown -R rstudio:rstudio /home/rstudio \
70
80
&& rm -rfv conffiles/
71
81
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ UseSpacesForTab: Yes
9
9
NumSpacesForTab: 2
10
10
Encoding: UTF-8
11
11
12
- RnwWeave: Sweave
12
+ RnwWeave: knitr
13
13
LaTeX: pdfLaTeX
14
14
15
+ AutoAppendNewline: Yes
16
+ StripTrailingWhitespace: Yes
17
+
15
18
BuildType: Makefile
You can’t perform that action at this time.
0 commit comments