CRAN Package Check Results for Maintainer ‘Ugur Dar <ugurdarr at gmail.com>’

Last updated on 2024-12-22 10:50:35 CET.

Package ERROR OK
datadriftR 13
fdicdata 1 12

Package datadriftR

Current CRAN status: OK: 13

Package fdicdata

Current CRAN status: ERROR: 1, OK: 12

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