- using R Under development (unstable) (2026-06-06 r90114)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-07 12:34:28 UTC
- checking for file ‘editbl/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘editbl’ version ‘1.3.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘dbplyr’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘editbl’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
- checking loading without being on the library search path ... [1s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [8s/11s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/2s] 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
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [4s/6s] 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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [7s/10s] 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
- checking PDF version of manual ... [5s/6s] OK
- checking HTML version of manual ... [3s/5s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 3 ERRORs