We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02729 commit 597c1bbCopy full SHA for 597c1bb
docker/ci-3.6/Dockerfile
@@ -0,0 +1,17 @@
1
+## Emacs, make this -*- mode: sh; -*-
2
+
3
+FROM r-base:3.6.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 <[email protected]>"
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"]
0 commit comments