-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 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
Package: chronicler
Title: Add Logging To Functions
Version: 0.2.2.9999
Authors@R: c(
person("Bruno", "Rodrigues", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-3211-3689")),
person("Matouš", "Eibich", , "[email protected]", role = "ctb")
)
Description: Decorate functions to make them return enhanced output. The
enhanced output consists in an object of type 'chronicle' containing
the result of the function applied to its arguments, as well as a log
detailing when the function was run, what were its inputs, what were
the errors (if the function failed to run) and other useful
information. Tools to handle decorated functions are included, such as
a forward pipe operator that makes chaining decorated functions
possible.
License: GPL (>= 3)
Imports:
clipr,
diffobj,
dplyr,
ggplot2,
maybe,
rlang,
stringr,
tibble,
utils
Suggests:
knitr,
lubridate,
purrr,
rmarkdown,
testthat,
tidyr
VignetteBuilder:
knitr
Config/fusen/version: 0.5.2
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1