Last updated on 2026-07-25 20:49:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 34.90 | 327.37 | 362.27 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 20.77 | 215.06 | 235.83 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 63.00 | 498.84 | 561.84 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 26.00 | 214.39 | 240.39 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 33.00 | 264.00 | 297.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 34.65 | 313.88 | 348.53 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 33.43 | 313.95 | 347.38 | OK | |
| r-release-macos-arm64 | 0.1.2 | 8.00 | 77.00 | 85.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 25.00 | 337.00 | 362.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 34.00 | 270.00 | 304.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | 8.00 | 112.00 | 120.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.2 | 24.00 | 347.00 | 371.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 48.00 | 385.00 | 433.00 | OK |
Version: 0.1.2
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘st_area.Rd’ ‘st_as_text.Rd’ ‘st_buffer.Rd’ ‘st_centroid.Rd’
‘st_length.Rd’ ‘st_perimeter.Rd’ ‘st_simplify.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘class_structure.Rmd’ using rmarkdown
Quitting from class_structure.Rmd:34-54 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `dbSendQuery()`:
! DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
---
Backtrace:
▆
1. └─dbSpatial::dbSpatial(...)
2. ├─base::suppressMessages(loadSpatial(conn = conn))
3. │ └─base::withCallingHandlers(...)
4. └─dbSpatial::loadSpatial(conn = conn)
5. ├─DBI::dbExecute(conn, "INSTALL spatial")
6. └─DBI::dbExecute(conn, "INSTALL spatial")
7. ├─DBI::dbSendStatement(conn, statement, ...)
8. └─DBI::dbSendStatement(conn, statement, ...)
9. ├─DBI::dbSendQuery(conn, statement, ...)
10. └─duckdb::dbSendQuery(conn, statement, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'class_structure.Rmd' failed with diagnostics:
DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
--- failed re-building ‘class_structure.Rmd’
--- re-building ‘getting_started.Rmd’ using rmarkdown
Quitting from getting_started.Rmd:42-55 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `dbSendQuery()`:
! DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
---
Backtrace:
▆
1. └─dbSpatial::dbSpatial(...)
2. ├─base::suppressMessages(loadSpatial(conn = conn))
3. │ └─base::withCallingHandlers(...)
4. └─dbSpatial::loadSpatial(conn = conn)
5. ├─DBI::dbExecute(conn, "INSTALL spatial")
6. └─DBI::dbExecute(conn, "INSTALL spatial")
7. ├─DBI::dbSendStatement(conn, statement, ...)
8. └─DBI::dbSendStatement(conn, statement, ...)
9. ├─DBI::dbSendQuery(conn, statement, ...)
10. └─duckdb::dbSendQuery(conn, statement, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'getting_started.Rmd' failed with diagnostics:
DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
--- failed re-building ‘getting_started.Rmd’
--- re-building ‘spatial_operations.Rmd’ using rmarkdown
Quitting from spatial_operations.Rmd:26-37 [unnamed-chunk-2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `dbSendQuery()`:
! DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
---
Backtrace:
▆
1. └─dbSpatial::dbSpatial(...)
2. ├─base::suppressMessages(loadSpatial(conn = conn))
3. │ └─base::withCallingHandlers(...)
4. └─dbSpatial::loadSpatial(conn = conn)
5. ├─DBI::dbExecute(conn, "INSTALL spatial")
6. └─DBI::dbExecute(conn, "INSTALL spatial")
7. ├─DBI::dbSendStatement(conn, statement, ...)
8. └─DBI::dbSendStatement(conn, statement, ...)
9. ├─DBI::dbSendQuery(conn, statement, ...)
10. └─duckdb::dbSendQuery(conn, statement, ...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'spatial_operations.Rmd' failed with diagnostics:
DuckDB extension loading (INSTALL / LOAD) is disabled for this driver.
ℹ Recreate the driver with duckdb(allow_extensions = TRUE) to enable it (this may crash R on a Linux build not compiled with libstdc++; see https://github.com/duckdb/duckdb-r/issues/1107).
ℹ See ?duckdb for details.
ℹ Context: load_extension
--- failed re-building ‘spatial_operations.Rmd’
SUMMARY: processing the following files failed:
‘class_structure.Rmd’ ‘getting_started.Rmd’ ‘spatial_operations.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang