Last updated on 2025-04-03 17:49:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.9 | 1.84 | 31.67 | 33.51 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.9 | 1.59 | 22.21 | 23.80 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.9 | 47.15 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.9 | 46.85 | NOTE | |||
r-devel-macos-arm64 | 0.0.9 | 26.00 | NOTE | |||
r-devel-macos-x86_64 | 0.0.9 | 48.00 | NOTE | |||
r-devel-windows-x86_64 | 0.0.9 | 4.00 | 53.00 | 57.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.9 | 2.43 | 26.80 | 29.23 | NOTE | |
r-release-linux-x86_64 | 0.0.9 | 2.17 | 26.41 | 28.58 | OK | |
r-release-macos-arm64 | 0.0.9 | 23.00 | OK | |||
r-release-macos-x86_64 | 0.0.9 | 36.00 | OK | |||
r-release-windows-x86_64 | 0.0.9 | 4.00 | 51.00 | 55.00 | OK | |
r-oldrel-macos-arm64 | 0.0.9 | OK | ||||
r-oldrel-macos-x86_64 | 0.0.9 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.9 | 5.00 | 56.00 | 61.00 | OK |
Version: 0.0.9
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘as_view.Rd’ ‘spatial_join.Rd’ ‘to_sf.R’ ‘to_sf.Rd’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.0.9
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [7s/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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(duckdbfs)
>
>
>
>
> test_check("duckdbfs")
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 15 ]
══ Skipped tests (12) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-open_dataset.R:16:3', 'test-open_dataset.R:37:3',
'test-open_dataset.R:60:3', 'test-open_dataset.R:71:3', 'test-spatial.R:4:3',
'test-spatial.R:22:3', 'test-spatial.R:43:3', 'test-spatial.R:74:3',
'test-write_dataset.R:6:3', 'test-write_dataset.R:37:3',
'test-write_dataset.R:62:3', 'test-write_dataset.R:81:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-load_extension.R:4:3'): extensions installation ────────────────
Error in `duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow)`: rapi_execute: Failed to run query
Error: Invalid Input Error: Initialization function "httpfs_init" from file "/data/gannet/ripley/.local/share/R/duckdb/extensions/v1.2.1/linux_amd64_gcc4/httpfs.duckdb_extension" threw an exception: "Attempted to dereference unique_ptr that is NULL!"
Backtrace:
▆
1. ├─duckdbfs:::load_httpfs(nightly = FALSE, force = FALSE) at test-load_extension.R:4:3
2. │ └─duckdbfs:::load_extension(...)
3. │ ├─DBI::dbExecute(conn, glue::glue("LOAD '{extension}';"))
4. │ └─DBI::dbExecute(conn, glue::glue("LOAD '{extension}';"))
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:::duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow)
11. │ └─duckdb:::duckdb_execute(res)
12. │ └─duckdb:::rethrow_rapi_execute(...)
13. │ ├─rlang::try_fetch(...)
14. │ │ ├─base::tryCatch(...)
15. │ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
16. │ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
17. │ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
18. │ │ └─base::withCallingHandlers(...)
19. │ └─duckdb:::rapi_execute(stmt, arrow, integer64)
20. └─base::.handleSimpleError(...)
21. └─rlang (local) h(simpleError(msg, call))
22. └─handlers[[1L]](cnd)
23. └─duckdb:::rethrow_error_from_rapi(e, call)
24. └─rlang::abort(msg, call = call)
[ FAIL 1 | WARN 0 | SKIP 12 | PASS 15 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.0.9
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘to_sf.R’
Flavor: r-devel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.