Last updated on 2026-01-20 01:49:20 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 12.49 | 64.64 | 77.13 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 8.98 | 48.45 | 57.43 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 25.00 | 104.34 | 129.34 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 23.00 | 106.55 | 129.55 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 17.00 | 95.00 | 112.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 13.17 | 59.38 | 72.55 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 12.17 | 58.70 | 70.87 | OK | |
| r-release-macos-arm64 | 0.3.0 | 3.00 | 21.00 | 24.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 8.00 | 114.00 | 122.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 18.00 | 92.00 | 110.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 3.00 | 25.00 | 28.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 10.00 | 129.00 | 139.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 20.00 | 117.00 | 137.00 | OK |
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/11s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(ethiodate)
>
> test_check("ethiodate")
Saving _problems/test-Ops-54.R
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
ethdate of length 0
[ FAIL 1 | WARN 0 | SKIP 21 | PASS 202 ]
══ Skipped tests (21) ══════════════════════════════════════════════════════════
• On CRAN (21): 'test-parse.R:8:1', 'test-snaps.R:4:1', 'test-snaps.R:13:1',
'test-snaps.R:22:1', 'test-snaps.R:31:1', 'test-snaps.R:55:1',
'test-snaps.R:60:1', 'test-snaps.R:96:5', 'test-snaps.R:96:5',
'test-snaps.R:96:5', 'test-snaps.R:96:5', 'test-snaps.R:96:5',
'test-snaps.R:96:5', 'test-snaps.R:96:5', 'test-snaps.R:96:5',
'test-snaps.R:96:5', 'test-snaps.R:96:5', 'test-snaps.R:96:5',
'test-snaps.R:96:5', 'test-snaps.R:108:1', 'test-snaps.R:113:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Ops.R:54:3'): summary.ethdate behaves correctly ──────────────
Expected `out` to have names `c("Min.", "1st Qu.", "Median", "Mean", "3rd Qu.", "Max.", "NA's")`.
Differences:
`actual[4:7]`: "Mean" "3rd Qu." "Max." "NAs"
`expected[4:7]`: "Mean" "3rd Qu." "Max." "NA's"
[ FAIL 1 | WARN 0 | SKIP 21 | PASS 202 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc