CRAN Package Check Results for Package connector

Last updated on 2025-05-13 18:49:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.52 96.64 102.16 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 4.18 72.07 76.25 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 165.29 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 181.53 OK
r-devel-windows-x86_64 0.1.1 7.00 124.00 131.00 OK
r-patched-linux-x86_64 0.1.1 6.13 90.13 96.26 OK
r-release-linux-x86_64 0.1.1 4.79 90.98 95.77 OK
r-release-macos-arm64 0.1.1 45.00 ERROR
r-release-macos-x86_64 0.1.1 106.00 ERROR
r-release-windows-x86_64 0.1.1 7.00 119.00 126.00 OK
r-oldrel-macos-arm64 0.1.1 52.00 ERROR
r-oldrel-macos-x86_64 0.1.1 88.00 ERROR
r-oldrel-windows-x86_64 0.1.0 9.00 148.00 157.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [4s/5s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(connector) > > test_check("connector") [ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3', 'test-utils_files.R:3:3' • postgres database not available (1): 'test-dbi.R:34:9' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ── Expected `whirl::run("_whirl.yml")` to run without any errors. i Actually got a <simpleError> with text: cannot open the connection Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5 ── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ── length(list.files(".")) (`actual`) not equal to 5 (`expected`). `actual`: 3.0 `expected`: 5.0 Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5 [ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ] Error: Test failures Execution halted Flavors: r-release-macos-arm64, r-oldrel-macos-arm64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [7s/10s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(connector) > > test_check("connector") [ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3', 'test-utils_files.R:3:3' • postgres database not available (1): 'test-dbi.R:34:9' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ── Expected `whirl::run("_whirl.yml")` to run without any errors. i Actually got a <simpleError> with text: cannot open the connection Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5 ── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ── length(list.files(".")) (`actual`) not equal to 5 (`expected`). `actual`: 3.0 `expected`: 5.0 Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5 [ FAIL 2 | WARN 1 | SKIP 4 | PASS 186 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [6s/9s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(connector) > > test_check("connector") [ FAIL 3 | WARN 2 | SKIP 4 | PASS 185 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-connect.R:34:3', 'test-connector.R:8:3', 'test-utils_files.R:3:3' • postgres database not available (1): 'test-dbi.R:34:9' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cnt_logger_integration.R:22:5'): ConnectorLogger integration test with whirl ── Expected `whirl::run("_whirl.yml")` to run without any errors. i Actually got a <callr_status_error> with text: callr subprocess failed: could not start R, exited with non-zero status, has crashed or was killed Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(whirl::run("_whirl.yml")) at test-cnt_logger_integration.R:22:5 ── Failure ('test-cnt_logger_integration.R:26:5'): ConnectorLogger integration test with whirl ── length(list.files(".")) (`actual`) not equal to 5 (`expected`). `actual`: 3.0 `expected`: 5.0 Backtrace: ▆ 1. ├─withr::with_dir(...) at test-cnt_logger_integration.R:21:3 2. │ └─base::force(code) 3. └─testthat::expect_equal(length(list.files(".")), 5) at test-cnt_logger_integration.R:26:5 ── Failure ('test-cnts_datasources.R:17:3'): write_datasources works correctly ── `original_sources` (`actual`) not equal to `written_sources` (`expected`). `actual` is length 1 `expected` is length 0 `names(actual)` is a character vector ('datasources') `names(expected)` is absent `actual$datasources` is a list `expected$datasources` is absent [ FAIL 3 | WARN 2 | SKIP 4 | PASS 185 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: Error in saveRDS(list(base = base, value = ret0), dest) : error writing to connection Calls: <Anonymous> -> rownames -> %||% -> <Anonymous> -> saveRDS Execution halted Flavor: r-oldrel-macos-x86_64