- using R Under development (unstable) (2026-02-11 r89406)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 21.1.8 (3)
Debian flang version 21.1.8 (3)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-02-13 10:19:13 UTC
- checking for file ‘winch/DESCRIPTION’ ... OK
- this is package ‘winch’ version ‘0.1.2’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- 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 ‘winch’ can be installed ... OK
See the install log for details.
- used C compiler: ‘Debian clang version 21.1.8 (3)’
- 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 ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the package can be unloaded cleanly ... [0s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [0s/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 ... [5s/7s] 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 line endings in shell scripts ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking include directives in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [8s/13s] ERROR
Running ‘example0.R’ [1s/1s]
Running ‘example1.R’ [1s/1s]
Running ‘example2.R’ [1s/1s]
Running ‘example3.R’ [1s/2s]
Running ‘example4.R’ [1s/1s]
Running ‘example5.R’ [1s/1s]
Running ‘example6.R’ [1s/2s]
Running ‘example7.R’ [1s/1s]
Running ‘example8.R’ [1s/1s]
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/example6.R’ failed.
Complete output:
> library(winch)
>
> if (winch::winch_available() && requireNamespace("RSQLite") && requireNamespace("rlang")) {
+ options(
+ error = rlang::entrace,
+ rlang_backtrace_on_error = "full",
+ rlang_trace_use_winch = TRUE
+ )
+
+ winch::winch_init_library(RSQLite:::"_RSQLite_init_logging"$dll[["path"]])
+
+ con <- DBI::dbConnect(RSQLite::SQLite())
+ tryCatch(DBI::dbGetQuery(con, "SELECT ? AS a, ? AS b", list(1)), error = identity)
+ }
Loading required namespace: RSQLite
Error in winch::winch_init_library(RSQLite:::"_RSQLite_init_logging"$dll[["path"]]) :
object '_RSQLite_init_logging' not found
Backtrace:
▆
1. └─winch::winch_init_library(RSQLite:::"_RSQLite_init_logging"$dll[["path"]])
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [2s/3s] OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR