File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 112024-03-05 Dirk Eddelbuettel <edd@debian.org>
22
3+ * docker/ci/Dockerfile: Switch the base container to r2u
4+ * docker/plus/Dockerfile: Given r2u, install more binaries
5+
36 * README.md: Add r-universe badge
47
582024-02-21 Dirk Eddelbuettel <edd@debian.org>
Original file line number Diff line number Diff line change 11# # Emacs, make this -*- mode: sh; -*-
22
3- FROM r-base :latest
3+ FROM rocker/r2u :latest
44
55LABEL org.label-schema.license=" GPL-2.0" \
66 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" \
88
99RUN apt-get update \
1010 && apt-get install -y --no-install-recommends \
11+ r-cran-bh \
1112 r-cran-bit64 \
1213 r-cran-curl \
1314 r-cran-httr \
1415 r-cran-knitr \
1516 r-cran-lazyeval \
17+ r-cran-microbenchmark \
1618 r-cran-openssl \
19+ r-cran-pinp \
1720 r-cran-rcpparmadillo \
1821 r-cran-rcppeigen \
1922 r-cran-rcppgsl \
2023 r-cran-rmarkdown \
2124 r-cran-runit \
22- r-cran-withr \
23- && install.r BH microbenchmark pinp
25+ r-cran-withr
2426
2527CMD [" bash" ]
You can’t perform that action at this time.
0 commit comments