Last updated on 2026-06-07 23:50:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 7.19 | 85.39 | 92.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 5.19 | 56.51 | 61.70 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 13.00 | 133.61 | 146.61 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 12.00 | 144.07 | 156.07 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 11.00 | 119.00 | 130.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 6.76 | 81.98 | 88.74 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 7.14 | 81.26 | 88.40 | OK | |
| r-release-macos-arm64 | 1.3.0 | 2.00 | 26.00 | 28.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 6.00 | 161.00 | 167.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 11.00 | 112.00 | 123.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 5.00 | 91.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 13.00 | 132.00 | 145.00 | OK |
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘editbl-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: e_rows_insert.tbl_dbi
> ### Title: rows_insert implementation for DBI backends.
> ### Aliases: e_rows_insert.tbl_dbi
>
> ### ** Examples
>
> library(dplyr)
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> # Set up a test table
> conn <- DBI::dbConnect(RSQLite::SQLite(), ":memory:")
> artists_df <- data.frame(
+ ArtistId = c(1,2),
+ Name = c("AC/DC", "The Offspring")
+ )
> DBI::dbWriteTable(conn, "Artist", artists_df)
>
> # Insert new row
> artists <- tbl(conn, "Artist")
Error in check_dbplyr() :
The package "dbplyr" is required to communicate with database backends.
Calls: tbl ... tbl.DBIConnection -> check_dbplyr -> check_installed
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(editbl)
>
> test_check("editbl")
Saving _problems/test-tbl-9.R
Saving _problems/test-tbl_dbi-9.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 61 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tbl.R:9:1'): (code run outside of `test_that()`) ───────────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends.
Backtrace:
▆
1. ├─dplyr::tbl(conn, "test") at test-tbl.R:9:1
2. └─dplyr:::tbl.DBIConnection(conn, "test")
3. └─dplyr::check_dbplyr()
4. └─rlang::check_installed("dbplyr", "to communicate with database backends.")
── Error ('test-tbl_dbi.R:9:1'): (code run outside of `test_that()`) ───────────
<rlib_error_package_not_found/rlang_error/error/condition>
Error in `check_dbplyr()`: The package "dbplyr" is required to communicate with database backends.
Backtrace:
▆
1. ├─dplyr::tbl(conn, "test") at test-tbl_dbi.R:9:1
2. └─dplyr:::tbl.DBIConnection(conn, "test")
3. └─dplyr::check_dbplyr()
4. └─rlang::check_installed("dbplyr", "to communicate with database backends.")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 61 ]
Error:
! Test failures.
Warning message:
call dbDisconnect() when finished working with a connection
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘howto_relational_db.rmd’ using rmarkdown
Quitting from howto_relational_db.rmd:62-64 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlib_error_package_not_found>
Error in `check_dbplyr()`:
! The package "dbplyr" is required to communicate with database
backends.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'howto_relational_db.rmd' failed with diagnostics:
The package "dbplyr" is required to communicate with database backends.
--- failed re-building ‘howto_relational_db.rmd’
--- re-building ‘howto_relational_db_dm.rmd’ using rmarkdown
Quitting from howto_relational_db_dm.rmd:46-48 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlib_error_package_not_found>
Error:
! The package "dbplyr" is required to use `dm_from_con()`.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'howto_relational_db_dm.rmd' failed with diagnostics:
The package "dbplyr" is required to use `dm_from_con()`.
--- failed re-building ‘howto_relational_db_dm.rmd’
--- re-building ‘howto_row_level_access.rmd’ using rmarkdown
Quitting from howto_row_level_access.rmd:26-51 [unnamed-chunk-1]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlib_error_package_not_found>
Error in `check_dbplyr()`:
! The package "dbplyr" is required to communicate with database
backends.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'howto_row_level_access.rmd' failed with diagnostics:
The package "dbplyr" is required to communicate with database backends.
--- failed re-building ‘howto_row_level_access.rmd’
--- re-building ‘howto_switch_from_DT.rmd’ using rmarkdown
Warning: Shiny application in a static R Markdown document
Warning: Shiny application in a static R Markdown document
--- finished re-building ‘howto_switch_from_DT.rmd’
SUMMARY: processing the following files failed:
‘howto_relational_db.rmd’ ‘howto_relational_db_dm.rmd’
‘howto_row_level_access.rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc