-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
21 lines (21 loc) · 905 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: debugr
Title: Debug Tool to Watch Objects/Expressions While Running an R Script
Version: 0.0.1
Authors@R: person("Joachim", "Zuckarelli", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Joachim Zuckarelli <[email protected]>
Description: Tool to print out the value of R objects/expressions while running
an R script. Outputs can be made dependent on user-defined conditions/criteria.
Debug messages only appear when a global option for debugging is set.
This way, 'debugr' code can even remain in the debugged code for later use
without any negative effects during normal runtime.
BugReports: https://github.com/jsugarelli/debugr/issues
URL: https://github.com/jsugarelli/debugr/
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: utils, rprojroot, rstudioapi
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr