CRAN Package Check Results for Package odbr

Last updated on 2024-05-13 15:57:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.66 36.43 39.09 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.04 28.68 30.72 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 60.96 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 76.31 OK
r-devel-windows-x86_64 0.1.0 4.00 119.00 123.00 ERROR
r-patched-linux-x86_64 0.1.0 2.23 34.68 36.91 OK
r-release-linux-x86_64 0.1.0 1.78 34.95 36.73 OK
r-release-macos-arm64 0.1.0 32.00 OK
r-release-windows-x86_64 0.1.0 4.00 160.00 164.00 OK
r-oldrel-macos-arm64 0.1.0 29.00 OK
r-oldrel-macos-x86_64 0.1.0 77.00 OK
r-oldrel-windows-x86_64 0.1.0 5.00 119.00 124.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [71s] 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(odbr) > > test_check("odbr") Internet connection not working properly. Internet connection not working properly. [ FAIL 3 | WARN 0 | SKIP 3 | PASS 8 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-read_dictionary.R:12:3', 'test-read_map.R:14:3', 'test-read_od.R:7:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-read_map.R:9:3'): read_map() works ─────────────────────────── is.data.frame(testing_object) (`actual`) not equal to TRUE (`expected`). `actual`: FALSE `expected`: TRUE ── Failure ('test-read_map.R:11:3'): read_map() works ────────────────────────── `testing_object` is not an S3 object ── Failure ('test-read_od.R:4:3'): read_od() works ───────────────────────────── is.data.frame(testing_object) (`actual`) not equal to TRUE (`expected`). `actual`: FALSE `expected`: TRUE [ FAIL 3 | WARN 0 | SKIP 3 | PASS 8 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64