Last updated on 2026-05-28 01:49:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.3 | 3.89 | 42.68 | 46.57 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 2.43 | 31.77 | 34.20 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 8.00 | 69.13 | 77.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 82.21 | OK | |||
| r-devel-windows-x86_64 | 0.1.4 | 9.00 | 68.00 | 77.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 3.08 | 38.41 | 41.49 | OK | |
| r-release-linux-x86_64 | 0.1.3 | 3.92 | 39.12 | 43.04 | OK | |
| r-release-macos-arm64 | 0.1.4 | 1.00 | 19.00 | 20.00 | OK | |
| r-release-macos-x86_64 | 0.1.4 | 3.00 | 50.00 | 53.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 8.00 | 59.00 | 67.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.4 | 3.00 | 61.00 | 64.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 8.00 | 70.00 | 78.00 | OK |
Version: 0.1.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(matahari)
> library(purrr)
> library(rlang)
Attaching package: 'rlang'
The following objects are masked from 'package:purrr':
flatten, flatten_chr, flatten_dbl, flatten_int, flatten_lgl,
flatten_raw, invoke, splice
>
> test_check("matahari")
Saving _problems/test_dance_recital-39.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 14 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_dance_recital.R:36:3'): dance_recital can read a code string ──
Expected `purrr::flatten(recital_string_result)` to equal `purrr::flatten(expected_string_result)`.
Differences:
Component 15: Attributes: < Component "class": 1 string mismatch >
Component 15: Length mismatch: comparison on first 2 components
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 14 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang