Skip to content

Commit 2c3b7d8

Browse files
committed
Small update to ci container used for coverage
1 parent 8c9ed5d commit 2c3b7d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-05-12 Dirk Eddelbuettel <[email protected]>
2+
3+
* docker/ci/Dockerfile: Added xml2, also use more r-cran-* binaries
4+
15
2022-05-12 Marco Colombo <[email protected]>
26

37
* vignettes/rmd/Rcpp-FAQ.Rmd: Fixed typo

docker/ci/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ RUN apt-get update \
1010
&& apt-get install -y --no-install-recommends \
1111
libcurl4-openssl-dev \
1212
libssl-dev \
13+
r-cran-covr \
1314
r-cran-inline \
1415
r-cran-pkgkitten \
16+
r-cran-tinytest \
17+
r-cran-xml2 \
1518
git \
16-
&& install.r covr rbenchmark tinytest
19+
&& install.r rbenchmark
1720

1821
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
1922
ENV _R_CHECK_TESTS_NLINES_ 0

0 commit comments

Comments
 (0)