Last updated on 2025-01-05 03:49:31 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 3.75 | 39.67 | 43.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.55 | 27.65 | 30.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 72.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 65.00 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 7.00 | 97.00 | 104.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 3.97 | 36.88 | 40.85 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.85 | 37.17 | 41.02 | 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 | 7.00 | 140.00 | 147.00 | ERROR | |
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-release-windows-x86_64