CRAN Package Check Results for Package winch

Last updated on 2026-02-06 15:52:10 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 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 24.00 63.04 87.04 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 22.00 67.60 89.60 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 13.28 37.41 50.69 OK
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’ 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 Flavor: r-devel-linux-x86_64-fedora-gcc

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