File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1+ 2021-11-15 Dirk Eddelbuettel <
[email protected] >
2+
3+ * docker/ci/Dockerfile: Minor cleanup
4+
152021-11-14 Dirk Eddelbuettel <
[email protected] >
26
37 * R/RcppLdpath.R: Simplified as we no longer need to worry about CXX0X
Original file line number Diff line number Diff line change 11# # Emacs, make this -*- mode: sh; -*-
22
33FROM r-base:latest
4- # FROM rocker/r-base:4.0.0
54
65LABEL org.label-schema.license=" GPL-2.0" \
76 org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
@@ -16,13 +15,6 @@ RUN apt-get update \
1615 git \
1716 && install.r covr rbenchmark tinytest
1817
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-
2618ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
2719ENV _R_CHECK_TESTS_NLINES_ 0
2820ENV RunAllRcppTests yes
You can’t perform that action at this time.
0 commit comments