CRAN Package Check Results for Package fdicdata

Last updated on 2024-09-09 08:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.33 46.61 49.94 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.82 34.03 36.85 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 75.60 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 76.16 ERROR
r-devel-windows-x86_64 0.1.0 6.00 99.00 105.00 OK
r-patched-linux-x86_64 0.1.0 3.27 44.18 47.45 OK
r-release-linux-x86_64 0.1.0 3.25 43.69 46.94 OK
r-release-macos-arm64 0.1.0 59.00 OK
r-release-macos-x86_64 0.1.0 109.00 OK
r-release-windows-x86_64 0.1.0 5.00 110.00 115.00 OK
r-oldrel-macos-arm64 0.1.0 105.00 OK
r-oldrel-macos-x86_64 0.1.0 108.00 OK
r-oldrel-windows-x86_64 0.1.0 7.00 113.00 120.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/163s] 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 8 | WARN 2 | SKIP 0 | PASS 40 ] ══ 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 ── Failure ('test-getInstitutionsAll.R:4:3'): getInstitutionsAll returns a data frame with expected columns ── `dataInstitutions` inherits from `'function'` not `'character'`. ── Failure ('test-getInstitutionsAll.R:5:3'): getInstitutionsAll returns a data frame with expected columns ── all(c("CERT", "NAME", "CITY", "STALP", "ZIP") %in% colnames(dataInstitutions)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 8 | WARN 2 | SKIP 0 | PASS 40 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/211s] 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 8 | WARN 2 | SKIP 0 | PASS 40 ] ══ 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 ── Failure ('test-getInstitutionsAll.R:4:3'): getInstitutionsAll returns a data frame with expected columns ── `dataInstitutions` inherits from `'function'` not `'character'`. ── Failure ('test-getInstitutionsAll.R:5:3'): getInstitutionsAll returns a data frame with expected columns ── all(c("CERT", "NAME", "CITY", "STALP", "ZIP") %in% colnames(dataInstitutions)) is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 8 | WARN 2 | SKIP 0 | PASS 40 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc