CRAN Package Check Results for Package winch

Last updated on 2026-02-08 15:50:25 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 15.68 40.97 56.65 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 11.79 31.78 43.57 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 22.00 58.36 80.36 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.2 13.00 38.69 51.69 ERROR
r-devel-windows-x86_64 0.1.2 161.00 61.00 222.00 OK
r-patched-linux-x86_64 0.1.2 12.84 37.27 50.11 OK
r-release-linux-x86_64 0.1.2 12.36 37.51 49.87 ERROR
r-release-macos-arm64 0.1.2 OK
r-release-macos-x86_64 0.1.2 5.00 93.00 98.00 OK
r-release-windows-x86_64 0.1.2 152.00 62.00 214.00 OK
r-oldrel-macos-arm64 0.1.2 OK
r-oldrel-macos-x86_64 0.1.2 5.00 97.00 102.00 OK
r-oldrel-windows-x86_64 0.1.2 174.00 73.00 247.00 WARN

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘example0.R’ [0s/1s] Running ‘example1.R’ [1s/1s] Running ‘example2.R’ [0s/1s] Running ‘example3.R’ [1s/1s] Running ‘example4.R’ [0s/1s] Running ‘example5.R’ [0s/1s] Running ‘example6.R’ [1s/1s] Running ‘example7.R’ [1s/1s] Running ‘example8.R’ [1s/1s] Running ‘testthat.R’ [1s/1s] 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 Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: tests
Result: ERROR Running ‘example0.R’ Running ‘example1.R’ Running ‘example2.R’ Running ‘example3.R’ Running ‘example4.R’ Running ‘example5.R’ Running ‘example6.R’ Running ‘example7.R’ Running ‘example8.R’ Running ‘testthat.R’ 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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.2
Check: tests
Result: ERROR Running ‘example0.R’ [1s/1s] Running ‘example1.R’ [1s/1s] Running ‘example2.R’ [0s/1s] Running ‘example3.R’ [1s/1s] Running ‘example4.R’ [0s/1s] Running ‘example5.R’ [1s/1s] Running ‘example6.R’ [1s/1s] 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 Flavor: r-release-linux-x86_64

Version: 0.1.2
Check: whether package can be installed
Result: WARN Found the following significant warnings: stop.c:10:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] See 'd:/Rcompile/CRANpkg/local/4.4/winch.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 13.3.0' Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.