Package: winch Title: Portable Native and Joint Stack Traces Version: 0.1.3.9006 Date: 2026-05-24 Authors@R: c(person(given = "Kirill", family = "Müller", role = c("aut", "cre"), email = "kirill@cynkra.com", comment = c(ORCID = "0000-0002-1416-3412")), person(given = "R Consortium", role = "fnd"), person(given = "Ian Lance", family = "Taylor", role = "aut", comment = "Bundled libbacktrace library"), person(given = "Free Software Foundation", role = "cph", comment = "Bundled libbacktrace library")) Description: Obtain the native stack trace and fuse it with R's stack trace for easier debugging of R packages with native code. License: GPL-3 URL: https://r-prof.github.io/winch/, https://github.com/r-prof/winch BugReports: https://github.com/r-prof/winch/issues Imports: lifecycle, procmaps (>= 0.0.2) Suggests: DBI, knitr, magrittr, purrr, rlang (>= 0.4.8), rmarkdown, RSQLite, testthat (>= 3.0.0), vctrs VignetteBuilder: knitr Encoding: UTF-8 Biarch: yes Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-24 04:52:28 UTC RemoteUrl: https://github.com/r-prof/winch RemoteRef: HEAD RemoteSha: e4e597533b98ac50029da391edd8a86b45b3c86e NeedsCompilation: yes Packaged: 2026-06-23 06:53:34 UTC; root Author: Kirill Müller [aut, cre] (ORCID: ), R Consortium [fnd], Ian Lance Taylor [aut] (Bundled libbacktrace library), Free Software Foundation [cph] (Bundled libbacktrace library) Maintainer: Kirill Müller