File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1919 - name : release
2020 cntr : rcpp/ci
2121 r : R
22+ - name : r-4.0
23+ cntr : rcpp/ci-4.0
24+ r : R
2225 - name : r-3.6
2326 cntr : rcpp/ci-3.6
2427 r : R
Original file line number Diff line number Diff line change 2929# # docker helpers
3030docker /* sh
3131docker /* /* .sh
32+
33+ # # Emacs
34+ * ~
Original file line number Diff line number Diff line change 1+ 2021-09-06 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * docker/ci-4.0/Dockerfile: Using R 4.0.5 to build ci-4.0
4+ * .github/workflows/ci.yaml (jobs): Also run against R 4.0.*
5+
162021-09-05 Dirk Eddelbuettel <edd@debian.org>
27
38 * inst/examples/Misc/piSugar.cpp (piSugar): Remove spurious call to
Original file line number Diff line number Diff line change 1+ # # Emacs, make this -*- mode: sh; -*-
2+
3+ FROM r-base:4.0.5
4+
5+ LABEL org.label-schema.license=" GPL-2.0" \
6+ org.label-schema.vcs-url=" https://github.com/RcppCore/Rcpp" \
7+ maintainer=" Dirk Eddelbuettel <edd@debian.org>"
8+
9+ RUN apt-get update \
10+ && apt-get install -y --no-install-recommends git \
11+ && install.r inline pkgKitten rbenchmark tinytest
12+
13+ ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
14+ ENV _R_CHECK_TESTS_NLINES_ 0
15+ ENV RunAllRcppTests yes
16+
17+ CMD [" bash" ]
You can’t perform that action at this time.
0 commit comments