CRAN Package Check Results for Package connector

Last updated on 2025-05-23 05:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 5.36 97.06 102.42 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 3.83 70.68 74.51 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 165.29 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 168.07 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.88 89.78 96.66 OK
r-release-linux-x86_64 0.1.1 6.09 89.58 95.67 OK
r-release-macos-arm64 0.1.1 4.00 WARN
r-release-macos-x86_64 0.1.1 46.00 ERROR
r-release-windows-x86_64 0.1.1 9.00 124.00 133.00 OK
r-oldrel-macos-arm64 0.1.1 49.00 ERROR
r-oldrel-macos-x86_64 0.1.1 405.00 ERROR
r-oldrel-windows-x86_64 0.1.0 9.00 148.00 157.00 OK

Check Details

Version: 0.1.1
Check: for unstated dependencies in examples
Result: WARN Warning in file(out, "wt") : cannot open file '/var/folders/k4/0jwzxmln0nb8y6rkzprptb640000gq/T//RtmpVS3D54/file65431ec5a21/Connector.R': No space left on device Error in file(out, "wt") : cannot open the connection Execution halted * checking installed files from ‘inst/doc’ ...* using check arguments '--no-clean-on-error ' Flavor: r-release-macos-arm64

Version: 0.1.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [6s/11s] 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 3 | 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 3 | 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’ [4s/6s] 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-oldrel-macos-arm64

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 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-oldrel-macos-x86_64

Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: Warning in gzfile(file, mode) : cannot open compressed file '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmp30PVSI/libloc_199_d477661deadb319d.rds', probable reason 'No space left on device' Error in gzfile(file, mode) : cannot open the connection Calls: <Anonymous> ... rownames -> %||% -> <Anonymous> -> saveRDS -> gzfile Execution halted Flavor: r-oldrel-macos-x86_64