-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
34 lines (34 loc) · 841 Bytes
/
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
Package: boomer
Title: Debugging Tools to Inspect the Intermediate Steps of a Call
Version: 0.2.0
Authors@R:
person("Antoine", "Fabri", , "antoine.fabri@gmail.com", role = c("aut", "cre"))
Description: Provides debugging tools that let you inspect the
intermediate results of a call. The output looks as if we explode a
call into its parts hence the package name.
License: GPL-3
URL: https://github.com/moodymudskipper/boomer
BugReports: https://github.com/moodymudskipper/boomer/issues
Imports:
crayon,
methods,
pryr,
rlang,
rstudioapi,
styler,
withr
Suggests:
flow,
knitr,
lobstr,
magrittr,
rmarkdown,
shiny,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000