tinytest2JUnit
Convert 'tinytest' Output to JUnit XML
v1.1.3
·
Apr 12, 2026
·
GPL-3
Description
Unit testing is a solid component of automated CI/CD pipelines. 'tinytest' - a lightweight, zero-dependency alternative to 'testthat' was developed. To be able to integrate 'tinytests' results into common CI/CD systems the 'tinytests'-object is converted to JUnit XML format. 'tinytest2JUnit' enables this conversion while staying lightweight, having only 'tinytest' as its dependency.
Downloads
CRAN
485
Last 30 days
7860th
1.7K
Last 90 days
6.8K
Last year
Trend: -16.8% (30d vs prior 30d)
r2u
CRAN
9
Last 30 days
30
Last 90 days
107
Last year
Trend: -55% (30d vs prior 30d)
autoCRAN
3
Last 7 days
11
Last 30 days
0
All-time
autoCRAN-only: this name is served only by autoCRAN, so the count is exact.
CRAN Check Status
13
OK
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 19, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 24, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
tests
Running ‘tinytest.R’ [2s/12s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
>
> if ( requireNamespace("tinytest", quietly=TRUE) ){
+ tinytest::test_package("tinytest2JUnit")
+ }
test_constructJUnitTag.R...... 0 te
...[truncated]...
st_constructJUnitTag.R<82--82>
call| expect_true(tags$attributes$tests == 1, info = "Skipped tests are not reported.")
diff| Expected TRUE, got FALSE
info| Skipped tests are not reported.
Error: 1 out of 110 tests failed
Execution halted