Package: winch
Title: Portable Native and Joint Stack Traces
Version: 0.1.0.9000
Date: 2023-04-19
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)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
