Skip to content

Commit 41e5b63

Browse files
committed
ensure codetools in re-installed under R 4.* as well
1 parent 80a1d48 commit 41e5b63

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-03-31 Dirk Eddelbuettel <[email protected]>
2+
3+
* docker/ci-dev/Dockerfile: Also install the 'codetools' package
4+
15
2020-03-24 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): Roll minor version

docker/ci-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL org.label-schema.license="GPL-2.0" \
88

99
RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends git \
11-
&& RDscript -e 'install.packages(c("inline", "pkgKitten", "rbenchmark", "tinytest"))'
11+
&& RDscript -e 'install.packages(c("codetools", "inline", "pkgKitten", "rbenchmark", "tinytest"))'
1212

1313
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
1414
ENV _R_CHECK_TESTS_NLINES_ 0

0 commit comments

Comments
 (0)