Last updated on 2022-08-15 08:50:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 12.71 | 175.87 | 188.58 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 9.57 | 127.54 | 137.11 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 231.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 206.12 | OK | |||
r-devel-windows-x86_64 | 0.9.2 | 90.00 | 229.00 | 319.00 | OK | |
r-patched-linux-x86_64 | 0.9.2 | 20.28 | 151.18 | 171.46 | OK | |
r-release-linux-x86_64 | 0.9.2 | 7.81 | 149.93 | 157.74 | OK | |
r-release-macos-arm64 | 0.9.2 | 63.00 | OK | |||
r-release-macos-x86_64 | 0.9.2 | 88.00 | OK | |||
r-release-windows-x86_64 | 0.9.2 | 55.00 | 213.00 | 268.00 | OK | |
r-oldrel-macos-arm64 | 0.9.2 | 60.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.2 | 83.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 26.00 | 199.00 | 225.00 | OK |
Version: 0.9.2
Check: tests
Result: ERROR
Running 'testthat.R' [19s/24s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(yamlet)
Attaching package: 'yamlet'
The following object is masked from 'package:stats':
filter
>
> test_check("yamlet")
'dvec' int [1:4] 0 1 0 1
- attr(*, "label")= chr "sex"
- attr(*, "guide")=List of 2
..$ female: int 0
..$ male : int 1
'dvec' int [1:4] 0 1 0 1
- attr(*, "label")= chr "sex"
- attr(*, "guide")=List of 2
..$ female: int 0
..$ male : int 1
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 299 ]
== Skipped tests ===============================================================
* empty test (2)
* l10n_info()$`UTF-8` is not TRUE (2)
== Failed tests ================================================================
-- Failure (test-yamlet.R:823:1): ggplot.resolved is stable --------------------
x %>% decorations(value) has changed from known value recorded in '085.rds'.
Component "value": Names: 1 string mismatch
Backtrace:
x
1. \-testthat::expect_equal_to_reference(file = "085.rds", x %>% decorations(value)) at test-yamlet.R:823:0
2. \-testthat::expect_known_value(..., update = update)
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 299 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang