CRAN Package Check Results for Package dail

Last updated on 2023-01-25 04:51:34 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 1.87 53.77 55.64 OK
r-devel-linux-x86_64-fedora-clang 1.5 94.13 OK
r-devel-linux-x86_64-fedora-gcc 1.5 98.04 OK
r-devel-windows-x86_64 1.4.2 11.00 121.00 132.00 OK
r-patched-linux-x86_64 1.4.2 2.50 68.85 71.35 OK
r-release-linux-x86_64 1.4.2 2.57 69.03 71.60 OK
r-release-macos-arm64 1.5 58.00 OK
r-release-macos-x86_64 1.4.2 80.00 OK
r-release-windows-x86_64 1.4.2 14.00 115.00 129.00 OK
r-oldrel-macos-arm64 1.5 53.00 OK
r-oldrel-macos-x86_64 1.4.2 99.00 OK
r-oldrel-windows-ix86+x86_64 1.4.2 7.00 54.00 61.00 ERROR

Check Details

Version: 1.4.2
Check: tests
Result: ERROR
     Running 'testthat.R' [3s]
    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