Last updated on 2024-11-04 04:49:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.4 | 4.14 | 59.01 | 63.15 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.4 | 2.64 | 41.14 | 43.78 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.4 | 106.13 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.4 | 106.03 | OK | |||
r-devel-windows-x86_64 | 2.1.4 | 5.00 | 85.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 2.1.4 | 4.32 | 54.31 | 58.63 | OK | |
r-release-linux-x86_64 | 2.1.4 | 3.35 | 54.38 | 57.73 | OK | |
r-release-macos-arm64 | 2.1.4 | 34.00 | OK | |||
r-release-macos-x86_64 | 2.1.4 | 57.00 | OK | |||
r-release-windows-x86_64 | 2.1.4 | 5.00 | 79.00 | 84.00 | OK | |
r-oldrel-macos-arm64 | 2.1.4 | 38.00 | OK | |||
r-oldrel-macos-x86_64 | 2.1.4 | 60.00 | OK | |||
r-oldrel-windows-x86_64 | 2.1.4 | 5.00 | 88.00 | 93.00 | OK |
Version: 2.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dint)
>
> test_check("dint")
[ FAIL 4 | WARN 2 | SKIP 2 | PASS 1267 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_date_xx.R:46:1'
• not yet (1): 'test_scale_date_xx.R:95:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_first_of.R:181:3'): first_of_isoweek works ───────────────────
first_of_isoweek(tdat) not identical to `tdat`.
Objects equal but not identical
── Failure ('test_first_of.R:186:3'): first_of_isoweek works ───────────────────
last_of_isoweek(tdat) not identical to tdat + 6L.
Objects equal but not identical
── Failure ('test_first_of.R:191:3'): first_of_isoweek works ───────────────────
seq(as.Date("2004-01-05"), as.Date("2004-12-20"), by = "7 days") not identical to first_of_yw(2004, 2:52).
Objects equal but not identical
── Failure ('test_first_of.R:195:3'): first_of_isoweek works ───────────────────
seq(as.Date("2004-01-11"), as.Date("2004-12-26"), by = "7 days") not identical to last_of_yw(2004, 2:52).
Objects equal but not identical
[ FAIL 4 | WARN 2 | SKIP 2 | PASS 1267 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/45s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dint)
>
> test_check("dint")
[ FAIL 4 | WARN 2 | SKIP 2 | PASS 1267 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_date_xx.R:46:1'
• not yet (1): 'test_scale_date_xx.R:95:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_first_of.R:181:3'): first_of_isoweek works ───────────────────
first_of_isoweek(tdat) not identical to `tdat`.
Objects equal but not identical
── Failure ('test_first_of.R:186:3'): first_of_isoweek works ───────────────────
last_of_isoweek(tdat) not identical to tdat + 6L.
Objects equal but not identical
── Failure ('test_first_of.R:191:3'): first_of_isoweek works ───────────────────
seq(as.Date("2004-01-05"), as.Date("2004-12-20"), by = "7 days") not identical to first_of_yw(2004, 2:52).
Objects equal but not identical
── Failure ('test_first_of.R:195:3'): first_of_isoweek works ───────────────────
seq(as.Date("2004-01-11"), as.Date("2004-12-26"), by = "7 days") not identical to last_of_yw(2004, 2:52).
Objects equal but not identical
[ FAIL 4 | WARN 2 | SKIP 2 | PASS 1267 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang