File tree Expand file tree Collapse file tree 3 files changed +22
-16
lines changed
Expand file tree Collapse file tree 3 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 1+ 2020-06-27 Dirk Eddelbuettel <
[email protected] >
2+
3+ * docker/ci/Dockerfile: Revert back to standard r-base container
4+ * docker/plus/Dockerfile: Also install bit64
5+
162020-06-19 Dirk Eddelbuettel <
[email protected] >
27
38 * .travis.yml: Determine package name and version from DESCRIPTION,
Original file line number Diff line number Diff line change 11# # Emacs, make this -*- mode: sh; -*-
22
3- # FROM r-base:latest
4- FROM rocker/r-base:4.0.0
3+ FROM r-base:latest
4+ # FROM rocker/r-base:4.0.0
55
66LABEL org.label-schema.license=" GPL-2.0" \
77 org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
88 maintainer=
" Dirk Eddelbuettel <[email protected] >" 99
10- # RUN apt-get update \
11- # && apt-get install -y --no-install-recommends \
12- # libcurl4-openssl-dev \
13- # libssl-dev \
14- # r-cran-inline \
15- # r-cran-pkgkitten \
16- # git \
17- # && install.r covr rbenchmark tinytest
18-
1910RUN apt-get update \
20- && apt-get install -y --no-install-recommends \
21- libcurl4-openssl-dev \
22- libssl-dev \
23- git \
24- && install.r covr inline pkgKitten rbenchmark tinytest
11+ && apt-get install -y --no-install-recommends \
12+ libcurl4-openssl-dev \
13+ libssl-dev \
14+ r-cran-inline \
15+ r-cran-pkgkitten \
16+ git \
17+ && install.r covr rbenchmark tinytest
18+
19+ # RUN apt-get update \
20+ # && apt-get install -y --no-install-recommends \
21+ # libcurl4-openssl-dev \
22+ # libssl-dev \
23+ # git \
24+ # && install.r covr inline pkgKitten rbenchmark tinytest
2525
2626ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
2727ENV _R_CHECK_TESTS_NLINES_ 0
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ LABEL org.label-schema.license="GPL-2.0" \
88
99RUN apt-get update \
1010 && apt-get install -y --no-install-recommends \
11+ r-cran-bit64 \
1112 r-cran-curl \
1213 r-cran-httr \
1314 r-cran-knitr \
You can’t perform that action at this time.
0 commit comments