forked from r-prof/winch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.16 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: winch
Title: Portable Native and Joint Stack Traces
Version: 0.0.1.9000
Date: 2020-09-26
Authors@R:
c(person(given = "Kirill",
family = "Müller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412")),
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:
procmaps (>= 0.0.2)
Suggests:
DBI,
knitr,
magrittr,
rlang (>= 0.4.7.9000),
rmarkdown,
RSQLite,
testthat,
vctrs,
covr
VignetteBuilder:
knitr
Remotes:
krlmlr/rlang@f-trace-hook
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000