CRAN Package Check Results for Package overtureR

Last updated on 2024-08-08 00:49:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.84 22.69 24.53 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.47 18.82 20.29 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 38.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 37.77 OK
r-devel-windows-x86_64 0.1.0 4.00 49.00 53.00 OK
r-patched-linux-x86_64 0.1.0 1.36 22.15 23.51 OK
r-release-linux-x86_64 0.1.0 1.71 23.51 25.22 ERROR
r-release-macos-arm64 0.1.0 20.00 OK
r-release-macos-x86_64 0.1.0 32.00 OK
r-release-windows-x86_64 0.1.0 5.00 64.00 69.00 OK
r-oldrel-macos-arm64 0.1.0 23.00 OK
r-oldrel-macos-x86_64 0.1.0 33.00 OK
r-oldrel-windows-x86_64 0.1.0 5.00 51.00 56.00 OK

Check Details

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ 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(overtureR) > > test_check("overtureR") Timing stopped at: 0.484 0.035 0.414 [ FAIL 1 | WARN 0 | SKIP 3 | PASS 1 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-bbox.R:2:3', 'test-counties.R:2:3', 'test-mem_test.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-benchmark.R:3:3'): Configuration is fast ─────────────────────── Error: rapi_prepare: Failed to execute statement LOAD httpfs ; LOAD spatial ; Error: Invalid Input Error: Initialization function "httpfs_init" from file "/data/gannet/ripley/.local/share/R/duckdb/extensions/v1.0.0/linux_amd64_gcc4/httpfs.duckdb_extension" threw an exception: "Attempted to dereference unique_ptr that is NULL!" Backtrace: ▆ 1. ├─base::system.time(config_extensions(conn)) at test-benchmark.R:3:3 2. └─overtureR:::config_extensions(conn) 3. ├─DBI::dbExecute(conn, queries) 4. └─DBI::dbExecute(conn, queries) 5. ├─DBI::dbSendStatement(conn, statement, ...) 6. └─DBI::dbSendStatement(conn, statement, ...) 7. ├─DBI::dbSendQuery(conn, statement, ...) 8. └─duckdb::dbSendQuery(conn, statement, ...) 9. └─duckdb (local) .local(conn, statement, ...) 10. └─duckdb:::rapi_prepare(conn@conn_ref, statement) [ FAIL 1 | WARN 0 | SKIP 3 | PASS 1 ] Error: Test failures Execution halted Warning message: Connection is garbage-collected, use dbDisconnect() to avoid this. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/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(overtureR) > > test_check("overtureR") [ FAIL 1 | WARN 0 | SKIP 3 | PASS 2 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-bbox.R:2:3', 'test-counties.R:2:3', 'test-mem_test.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-benchmark.R:8:3'): Configuration is fast ───────────────────── init_timer[["elapsed"]] is not strictly less than 5. Difference: 2.48 [ FAIL 1 | WARN 0 | SKIP 3 | PASS 2 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64