Package: winch
Title: Portable Native and Joint Stack Traces
Version: 0.1.2
Date: 2025-04-30
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
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2025-04-30 20:45:00 UTC; kirill
Author: Kirill Müller [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-1416-3412>),
  R Consortium [fnd],
  Ian Lance Taylor [aut] (Bundled libbacktrace library),
  Free Software Foundation [cph] (Bundled libbacktrace library)
Maintainer: Kirill Müller <kirill@cynkra.com>
Repository: CRAN
Date/Publication: 2025-05-01 13:40:03 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 02:00:09 UTC; windows
Archs: x64
