File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
2024-03-05 Dirk Eddelbuettel <
[email protected] >
2
2
3
+ * docker/ci/Dockerfile: Switch the base container to r2u
4
+ * docker/plus/Dockerfile: Given r2u, install more binaries
5
+
3
6
* README.md: Add r-universe badge
4
7
5
8
2024-02-21 Dirk Eddelbuettel <
[email protected] >
Original file line number Diff line number Diff line change 1
1
# # Emacs, make this -*- mode: sh; -*-
2
2
3
- FROM r-base :latest
3
+ FROM rocker/r2u :latest
4
4
5
5
LABEL org.label-schema.license=" GPL-2.0" \
6
6
org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
Original file line number Diff line number Diff line change @@ -8,18 +8,20 @@ LABEL org.label-schema.license="GPL-2.0" \
8
8
9
9
RUN apt-get update \
10
10
&& apt-get install -y --no-install-recommends \
11
+ r-cran-bh \
11
12
r-cran-bit64 \
12
13
r-cran-curl \
13
14
r-cran-httr \
14
15
r-cran-knitr \
15
16
r-cran-lazyeval \
17
+ r-cran-microbenchmark \
16
18
r-cran-openssl \
19
+ r-cran-pinp \
17
20
r-cran-rcpparmadillo \
18
21
r-cran-rcppeigen \
19
22
r-cran-rcppgsl \
20
23
r-cran-rmarkdown \
21
24
r-cran-runit \
22
- r-cran-withr \
23
- && install.r BH microbenchmark pinp
25
+ r-cran-withr
24
26
25
27
CMD [" bash" ]
You can’t perform that action at this time.
0 commit comments