Last updated on 2025-04-29 13:51:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.19 | 41.71 | 45.90 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.1 | 3.06 | 29.17 | 32.23 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 66.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 62.65 | OK | |||
r-devel-windows-x86_64 | 0.1.1 | 5.00 | 93.00 | 98.00 | OK | |
r-patched-linux-x86_64 | 0.1.1 | 3.68 | 38.57 | 42.25 | OK | |
r-release-linux-x86_64 | 0.1.1 | 3.79 | 38.76 | 42.55 | OK | |
r-release-macos-arm64 | 0.1.1 | 72.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 95.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 6.00 | 103.00 | 109.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 54.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 56.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 7.00 | 103.00 | 110.00 | ERROR |
Version: 0.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [33s]
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 17 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getFailures.R:4:3'): getFailures function returns a data frame ──
`df` inherits from `'NULL'` not `'character'`.
── Failure ('test-getFailures.R:5:3'): getFailures function returns a data frame ──
ncol(df) not equal to 3.
target is NULL, current is numeric
── Failure ('test-getFinancials.R:10:3'): getFinancials function returns expected results ──
`df1` is not an S3 object
── Failure ('test-getFinancials.R:11:3'): getFinancials function returns expected results ──
nrow(df1) not equal to 10.
target is NULL, current is numeric
── Failure ('test-getFinancials.R:12:3'): getFinancials function returns expected results ──
ncol(df1) not equal to 4.
target is NULL, current is numeric
── Failure ('test-getFinancials.R:16:3'): getFinancials function returns expected results ──
`df2` is not an S3 object
── Failure ('test-getFinancials.R:33:3'): The function returns a data frame ────
`df` inherits from `'NULL'` not `'character'`.
── Failure ('test-getFinancials.R:39:3'): The function returns the expected number of rows ──
nrow(df) not equal to 10.
target is NULL, current is numeric
── Failure ('test-getFinancials.R:50:3'): The function handles missing range parameter ──
nrow(df) not equal to 10.
target is NULL, current is numeric
── Failure ('test-getHistory.R:3:3'): getHistory function returns a data frame ──
`df` inherits from `'NULL'` not `'character'`.
── Error ('test-getHistory.R:8:3'): getHistory function returns data in the correct format and structure ──
Error in `expect_compare(">=", act, exp)`: Result of comparison must be a single logical value
Backtrace:
▆
1. └─testthat::expect_gte(nrow(df), 0) at test-getHistory.R:8:3
2. └─testthat:::expect_compare(">=", act, exp)
3. └─rlang::abort("Result of comparison must be a single logical value")
── Failure ('test-getInstitution.R:14:3'): getInstitution function returns a data frame ──
`df` inherits from `'NULL'` not `'character'`.
── Failure ('test-getLocation.R:3:3'): getLocation function returns a data frame ──
`df` inherits from `'NULL'` not `'character'`.
── Failure ('test-getLocation.R:13:3'): getLocation function returns data in the correct format and structure ──
ncol(df) not equal to 6.
target is NULL, current is numeric
── Error ('test-getLocation.R:14:3'): getLocation function returns data in the correct format and structure ──
Error in `expect_compare(">=", act, exp)`: Result of comparison must be a single logical value
Backtrace:
▆
1. └─testthat::expect_gte(nrow(df), 0) at test-getLocation.R:14:3
2. └─testthat:::expect_compare(">=", act, exp)
3. └─rlang::abort("Result of comparison must be a single logical value")
── Failure ('test-getSummary.R:3:3'): getSummary function returns a data frame ──
`df` inherits from `'NULL'` not `'character'`.
── Error ('test-getSummary.R:8:3'): getSummary function returns data in the correct format and structure ──
Error in `expect_compare(">=", act, exp)`: Result of comparison must be a single logical value
Backtrace:
▆
1. └─testthat::expect_gte(nrow(df), 0) at test-getSummary.R:8:3
2. └─testthat:::expect_compare(">=", act, exp)
3. └─rlang::abort("Result of comparison must be a single logical value")
[ FAIL 17 | WARN 0 | SKIP 0 | PASS 17 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64