Last updated on 2024-12-21 16:48:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.97 | 38.97 | 42.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.75 | 27.88 | 30.63 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 67.06 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 64.92 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 6.00 | 139.00 | 145.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.1 | 3.68 | 37.21 | 40.89 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.55 | 37.60 | 41.15 | OK | |
r-release-macos-arm64 | 0.1.1 | 54.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 56.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 6.00 | 105.00 | 111.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 64.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 67.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 6.00 | 102.00 | 108.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [75s]
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(fdicdata)
>
> test_check("fdicdata")
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 35 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getInstitution.R:4:3'): getInstitutionsAll returns a data frame with expected columns ──
is.data.frame(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-getInstitution.R:5:3'): getInstitutionsAll returns a data frame with expected columns ──
"CERT" %in% colnames(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-getInstitution.R:6:3'): getInstitutionsAll returns a data frame with expected columns ──
"NAME" %in% colnames(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-getInstitution.R:7:3'): getInstitutionsAll returns a data frame with expected columns ──
"CITY" %in% colnames(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-getInstitution.R:8:3'): getInstitutionsAll returns a data frame with expected columns ──
"STALP" %in% colnames(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test-getInstitution.R:9:3'): getInstitutionsAll returns a data frame with expected columns ──
"ZIP" %in% colnames(df) is not TRUE
`actual`: FALSE
`expected`: TRUE
[ FAIL 6 | WARN 1 | SKIP 0 | PASS 35 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64