Last updated on 2022-08-08 09:50:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 13.16 | 168.01 | 181.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 10.71 | 123.33 | 134.04 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 208.88 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 206.12 | OK | |||
r-devel-windows-x86_64 | 0.9.2 | 103.00 | 213.00 | 316.00 | OK | |
r-patched-linux-x86_64 | 0.9.2 | 22.10 | 148.62 | 170.72 | OK | |
r-release-linux-x86_64 | 0.9.2 | 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 | 61.00 | 217.00 | 278.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 | 27.00 | 194.00 | 221.00 | OK |
Version: 0.9.2
Check: tests
Result: ERROR
Running 'testthat.R' [19s/25s]
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