Last updated on 2023-01-30 09:54:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4.2 | 2.58 | 71.03 | 73.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 2.15 | 52.66 | 54.81 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 90.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 90.68 | OK | |||
r-devel-windows-x86_64 | 1.5 | 12.00 | 131.00 | 143.00 | OK | |
r-patched-linux-x86_64 | 1.5 | 2.08 | 71.20 | 73.28 | OK | |
r-release-linux-x86_64 | 1.5 | 2.49 | 71.62 | 74.11 | OK | |
r-release-macos-arm64 | 1.5 | 58.00 | OK | |||
r-release-macos-x86_64 | 1.5 | 79.00 | OK | |||
r-release-windows-x86_64 | 1.5 | 10.00 | 126.00 | 136.00 | OK | |
r-oldrel-macos-arm64 | 1.5 | 53.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5 | 84.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.5 | 7.00 | 57.00 | 64.00 | ERROR |
Version: 1.5
Check: tests
Result: ERROR
Running 'testthat.R' [4s]
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(dail)
>
> test_check("dail")
No internet connection or data source broken.
No internet connection or data source broken.
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
== Failed tests ================================================================
-- Failure ('test-appeals.R:61'): test the arguments agency, year, answer and search --
nrow(df10) (`actual`) not equal to 5 (`expected`).
`actual` is NULL
`expected` is a double vector (5)
-- Failure ('test-requests.R:61'): test the arguments agency, year, answer and search --
nrow(df10) (`actual`) not equal to 37 (`expected`).
`actual` is NULL
`expected` is a double vector (37)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64