Last updated on 2023-03-30 11:54:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.49 | 62.93 | 67.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 3.87 | 47.81 | 51.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 87.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 97.89 | OK | |||
r-devel-windows-x86_64 | 1.0.0 | 76.00 | 0.00 | 76.00 | OK | |
r-patched-linux-x86_64 | 1.0.0 | 5.63 | 61.12 | 66.75 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 5.66 | 59.18 | 64.84 | OK | |
r-release-macos-arm64 | 1.0.0 | 32.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 38.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 85.00 | 93.00 | 178.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.0 | 39.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 43.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 10.00 | 90.00 | 100.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/16s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(grates)
>
> test_check("grates")
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (8)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-yearmonth.R:119:5'): yearmonth, subsetting works ─────────────
dat[[2]] (`actual`) not identical to as_yearmonth(x + 33) (`expected`).
`actual`: "2023-Apr"
`expected`: "2023-May"
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
Deleting unused snapshots:
• plots/month2.png
• plots/twentyeight_days.png
• plots/year2.png
• plots/yearmonth2.png
• plots/yearquarter2.png
• plots/yearweek_thursday.png
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/16s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(grates)
>
> test_check("grates")
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (8)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-yearmonth.R:119:5'): yearmonth, subsetting works ─────────────
dat[[2]] (`actual`) not identical to as_yearmonth(x + 33) (`expected`).
`actual`: "2023-Apr"
`expected`: "2023-May"
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
Deleting unused snapshots:
• plots/month2.png
• plots/twentyeight_days.png
• plots/year2.png
• plots/yearmonth2.png
• plots/yearquarter2.png
• plots/yearweek_thursday.png
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(grates)
>
> test_check("grates")
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (8)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-yearmonth.R:119:5'): yearmonth, subsetting works ─────────────
dat[[2]] (`actual`) not identical to as_yearmonth(x + 33) (`expected`).
`actual`: "2023-Apr"
`expected`: "2023-May"
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 739 ]
Deleting unused snapshots:
• plots/month2.png
• plots/twentyeight_days.png
• plots/year2.png
• plots/yearmonth2.png
• plots/yearquarter2.png
• plots/yearweek_thursday.png
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64