File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
- FROM rocker/r-devel:latest
1
+ FROM rocker/tidyverse:4.4.0
2
2
3
3
# RUN \
4
- # echo 'options(repos=c(CRAN="https://cloud.r-project.org "))' >> ~/.Rprofile && \
4
+ # echo 'options(repos=c(CRAN="https://packagemanager.posit.co/cran/__linux__/bookworm/latest "))' >> ~/.Rprofile && \
5
5
# Rscript --vanilla -e 'getOption("repos")'
6
6
7
- # Adding Git
8
- RUN apt-get update && apt-get install -y --no-install-recommends git
9
-
10
7
# Adding R packages
11
- RUN \
12
- wget https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-1-amd64.deb && \
13
- dpkg -i pandoc-3.2.1-1-amd64.deb
14
-
15
- RUN install2.r cpp11 rmarkdown roxygen2 tinytest data.table netplot \
16
- devtools
8
+ RUN install2.r cpp11 roxygen2 tinytest data.table netplot \
9
+ devtools decor
17
10
18
- RUN apt-get install -y --no-install-recommends && \
19
- install2.r languageserver
11
+ RUN install2.r languageserver
20
12
21
13
CMD ["bash" ]
You can’t perform that action at this time.
0 commit comments