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

Last updated on 2024-06-24 01:48:50 CEST.

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.0
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/98s] 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 1 | WARN 1 | SKIP 0 | PASS 43 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-getInstitutionsAll.R:10:3'): getInstitutionsAll returns a data frame with expected class types ── <notSubsettableError/error/condition> Error in `dataInstitutions$CERT`: object of type 'closure' is not subsettable Backtrace: ▆ 1. └─testthat::expect_is(dataInstitutions$CERT, "integer") at test-getInstitutionsAll.R:10:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 43 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc