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 <edd@debian.org>
2
+
3
+ * docker/ci/Dockerfile: Revert back to standard r-base container
4
+ * docker/plus/Dockerfile: Also install bit64
5
+
1
6
2020-06-19 Dirk Eddelbuettel <edd@debian.org>
2
7
3
8
* .travis.yml: Determine package name and version from DESCRIPTION,
Original file line number Diff line number Diff line change 1
1
# # Emacs, make this -*- mode: sh; -*-
2
2
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
5
5
6
6
LABEL org.label-schema.license=" GPL-2.0" \
7
7
org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
8
8
maintainer=" Dirk Eddelbuettel <edd@debian.org>"
9
9
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
-
19
10
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
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
25
25
26
26
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
27
27
ENV _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" \
8
8
9
9
RUN apt-get update \
10
10
&& apt-get install -y --no-install-recommends \
11
+ r-cran-bit64 \
11
12
r-cran-curl \
12
13
r-cran-httr \
13
14
r-cran-knitr \
You can’t perform that action at this time.
0 commit comments