Last updated on 2025-02-22 04:51:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.9 | 2.08 | 28.44 | 30.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.0.9 | 1.69 | 23.75 | 25.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.0.9 | 51.22 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.9 | 51.72 | NOTE | |||
r-devel-macos-arm64 | 0.0.9 | 20.00 | OK | |||
r-devel-macos-x86_64 | 0.0.9 | 48.00 | NOTE | |||
r-devel-windows-x86_64 | 0.0.9 | 4.00 | 52.00 | 56.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.9 | 2.35 | 26.61 | 28.96 | OK | |
r-release-linux-x86_64 | 0.0.9 | 2.06 | 26.91 | 28.97 | 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 | 5.00 | 51.00 | 56.00 | OK | |
r-oldrel-macos-arm64 | 0.0.9 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.9 | 43.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.9 | 5.00 | 55.00 | 60.00 | ERROR |
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’
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-x86_64, r-devel-windows-x86_64
Version: 0.0.9
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [8s/40s]
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.0/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: tests
Result: ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [8s]
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 17 ]
══ 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:11:3'): extensions installation ───────────────
Error in `duckdb_result(connection = conn, stmt_lst = stmt_lst, arrow = arrow)`: rapi_execute: Failed to run query
Error: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/v1.2.0/windows_amd64_mingw/spatial.duckdb_extension.gz" (HTTP 403)
Extension "spatial" is an existing extension.
For more info, visit https://duckdb.org/docs/extensions/troubleshooting/?version=v1.2.0&platform=windows_amd64_mingw&extension=spatial
Backtrace:
▆
1. ├─duckdbfs::load_spatial(nightly = FALSE, force = TRUE) at test-load_extension.R:11:3
2. │ └─duckdbfs:::load_extension(...)
3. │ ├─DBI::dbExecute(...)
4. │ └─DBI::dbExecute(...)
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 17 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64