-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDockerfileRstudioDWresults
38 lines (34 loc) · 1.6 KB
/
DockerfileRstudioDWresults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
FROM rocker/rstudio:4.2.2
# Install R packages (uncomment next line if needed)
RUN R -e "install.packages('remotes'); \
#require(devtools); \
require(remotes); \
remotes::install_version('renv'); \
remotes::install_version('kableExtra', '1.3.4'); \
remotes::install_version('correlation', '0.8.2'); \
remotes::install_version('statsExpressions', '1.3.3'); \
remotes::install_version('here', '1.0.1'); \
remotes::install_version('ggstatsplot', '0.9.4'); \
remotes::install_version('BayesFactor', '0.9.12-4.4'); \
remotes::install_version('Matrix', '1.5-1'); \
remotes::install_version('coda', '0.19-4'); \
remotes::install_version('readr', '2.1.2'); \
remotes::install_version('lubridate', '1.8.0'); \
remotes::install_version('stringr', '1.4.0'); \
remotes::install_version('xts', '0.12.1'); \
remotes::install_version('zoo', '1.8-10'); \
remotes::install_version('dygraphs', '1.1.1.6'); \
remotes::install_version('Rcpp', '1.0.9'); \
remotes::install_version('purrr', '0.3.4'); \
remotes::install_version('tidyr', '1.2.0'); \
remotes::install_version('reshape2', '1.4.4'); \
remotes::install_version('dplyr', '1.0.9'); \
remotes::install_version('ggplot2', '3.3.6'); \
remotes::install_version('knitr', '1.39'); \
remotes::install_version('hrbrthemes', '0.8.0'); \
remotes::install_version('highfrequency', '1.0.0'); \
remotes::install_version('ggside', '0.2.2'); \
remotes::install_version('markdown', '1.5'); \
remotes::install_version('rmarkdown', '2.19')"
# Copy contents of MyDocker folder to project folder in container
COPY --chown=rstudio:rstudio . /home/rstudio/