Skip to content

Commit 64f5f1a

Browse files
committed
add tinytest to ci Docker
1 parent d3d8729 commit 64f5f1a

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+
2019-11-23 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* docker/ci/Dockerfile: Add tinytest to ci Docker image
4+
15
2019-11-20 Dirk Eddelbuettel <edd@debian.org>
26

37
* R/Attributes.R: Test for and report unavailable 'LinkingTo' package

docker/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update \
1919
r-cran-lazyeval \
2020
r-cran-withr \
2121
git \
22-
&& install.r rbenchmark pinp covr
22+
&& install.r rbenchmark pinp covr tinytest
2323

2424
ENV _R_CHECK_FORCE_SUGGESTS_ FALSE
2525
ENV RunAllRcppTests yes

0 commit comments

Comments
 (0)