File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 25
25
- name : release
26
26
cntr : rcpp/ci
27
27
r : R
28
+ - name : r-4.4
29
+ cntr : rcpp/ci-4.4
30
+ r : R
28
31
- name : r-4.3
29
32
cntr : rcpp/ci-4.3
30
33
r : R
Original file line number Diff line number Diff line change
1
+ 2025-04-15 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * docker/ci-4.4/Dockerfile: Added based on r-base:4.4.3
4
+ * .github/workflows/ci.yaml (jobs): Add rcpp/ci-4.4 to matrix
5
+
1
6
2025-03-31 Dirk Eddelbuettel <edd@debian.org>
2
7
3
8
* DESCRIPTION (Version, Date): Roll micro version and date
Original file line number Diff line number Diff line change
1
+ # # Emacs, make this -*- mode: sh; -*-
2
+
3
+ FROM r-base:4.4.3
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