CRAN Package Check Results for Package connector

Last updated on 2025-04-26 21:53:07 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.0 3.98 69.78 73.76 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 173.89 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 183.13 OK
r-release-macos-arm64 0.1.0 42.00 ERROR
r-release-macos-x86_64 0.1.0 101.00 ERROR
r-release-windows-x86_64 0.1.0 10.00 136.00 146.00 OK
r-oldrel-macos-arm64 0.1.0 49.00 ERROR
r-oldrel-macos-x86_64 0.1.0 83.00 ERROR

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [30s/34s] 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") {"time":"2025-04-26 15:05:37","type":"read","file":"test_file"} {"time":"2025-04-26 15:05:37","type":"write","file":"test_file"} {"time":"2025-04-26 15:05:37","type":"delete","file":"test_file"} == Executing scripts and generating logs ======================================= > Executing scripts in parallel using 1 cores The following steps will be executed * Run single script -- Run single script ----------------------------------------------------------- v example.R: Completed succesfully == End of process ============================================================== -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: [ FAIL 3 | WARN 0 | SKIP 4 | PASS 182 ] ══ 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-connect.R:14:5'): Connect datasources to the connections for a yaml file ── Expected `cnts$adam$write_cnt(data.frame(a = 1:10, b = 11:20), "example.csv")` to run without any errors. i Actually got a <simpleError> with text: Cannot open file for writing: * '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam/example.csv' Backtrace: ▆ 1. ├─withr::with_options(...) at test-connect.R:9:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(...) at test-connect.R:14:5 ── Failure ('test-connect.R:17:5'): Connect datasources to the connections for a yaml file ── Expected `cnts$adam$read_cnt("example.csv")` to run without any errors. i Actually got a <simpleError> with text: No file found or multiple files found with the same name Backtrace: ▆ 1. ├─withr::with_options(...) at test-connect.R:9:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(cnts$adam$read_cnt("example.csv")) at test-connect.R:17:5 ── Failure ('test-connect.R:18:5'): Connect datasources to the connections for a yaml file ── Expected `cnts$adam$remove_cnt("example.csv")` to run without any errors. i Actually got a <EROFS> with text: [EROFS] Failed to remove '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/connector/demo_trial/adam/example.csv': read-only file system Backtrace: ▆ 1. ├─withr::with_options(...) at test-connect.R:9:3 2. │ └─base::force(code) 3. └─testthat::expect_no_error(cnts$adam$remove_cnt("example.csv")) at test-connect.R:18:5 [ FAIL 3 | WARN 0 | SKIP 4 | PASS 182 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
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") {"time":"2025-04-27 06:58:04","type":"read","file":"test_file"} {"time":"2025-04-27 06:58:04","type":"write","file":"test_file"} {"time":"2025-04-27 06:58:04","type":"delete","file":"test_file"} == Executing scripts and generating logs ======================================= > Executing scripts in parallel using 1 cores The following steps will be executed * Run single script -- Run single script ----------------------------------------------------------- == End of process ============================================================== -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: [ FAIL 2 | WARN 1 | SKIP 4 | PASS 183 ] ══ 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 183 ] Error: Test failures Execution halted Flavor: r-release-macos-arm64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [7s/15s] 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") {"time":"2025-04-26 14:28:51","type":"read","file":"test_file"} {"time":"2025-04-26 14:28:51","type":"write","file":"test_file"} {"time":"2025-04-26 14:28:51","type":"delete","file":"test_file"} == Executing scripts and generating logs ======================================= > Executing scripts in parallel using 1 cores The following steps will be executed * Run single script -- Run single script ----------------------------------------------------------- == End of process ============================================================== -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.5/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: [ FAIL 2 | WARN 1 | SKIP 4 | PASS 183 ] ══ 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 183 ] Error: Test failures Execution halted Flavor: r-release-macos-x86_64

Version: 0.1.0
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [5s/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") {"time":"2025-04-27 06:45:14","type":"read","file":"test_file"} {"time":"2025-04-27 06:45:14","type":"write","file":"test_file"} {"time":"2025-04-27 06:45:14","type":"delete","file":"test_file"} == Executing scripts and generating logs ======================================= > Executing scripts in parallel using 1 cores The following steps will be executed * Run single script -- Run single script ----------------------------------------------------------- == End of process ============================================================== -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-arm64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: [ FAIL 2 | WARN 1 | SKIP 4 | PASS 183 ] ══ 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 183 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-arm64

Version: 0.1.0
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") {"time":"2025-04-26 14:03:37","type":"read","file":"test_file"} {"time":"2025-04-26 14:03:37","type":"write","file":"test_file"} {"time":"2025-04-26 14:03:37","type":"delete","file":"test_file"} == Executing scripts and generating logs ======================================= > Executing scripts in parallel using 1 cores The following steps will be executed * Run single script -- Run single script ----------------------------------------------------------- == End of process ============================================================== -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: i Replace some metadata informations... -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test_from_metadata -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: -------------------------------------------------------------------------------- Connection to: > adam * connector_fs * /Volumes/Builds/packages/big-sur-x86_64/results/4.4/connector.Rcheck/connector/demo_trial/adam and test2 -------------------------------------------------------------------------------- Connection to: > sdtm * connector_dbi * RSQLite::SQLite() and :memory: [ FAIL 2 | WARN 1 | SKIP 4 | PASS 183 ] ══ 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 183 ] Error: Test failures Execution halted Flavor: r-oldrel-macos-x86_64