-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.65 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
44
45
46
47
48
49
50
51
52
53
54
Package: dyn.log
Type: Package
Title: Dynamic Logging for R Inspired by Configuration Driven Development
Version: 0.4.1.9000
Authors@R:
c(person(given = "Brandon",
family = "Moretz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8832-5173")
))
Maintainer: Brandon Moretz <[email protected]>
Description: A comprehensive and dynamic configuration driven logging package for R. While there
are several excellent logging solutions already in the R ecosystem, I always feel constrained
in some way by each of them. Every project is designed differently to solve it's domain specific problem,
and ultimately the utility of a logging solution is its ability to adapt to this design. This is the
raison d'être for 'dyn.log': to provide a modular design, template mechanics and a configuration-based
integration model, so that the logger can integrate deeply into your design, even though it knows
nothing about it.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0)
Imports:
crayon (>= 1.4.1),
glue (>= 1.4.2),
R6 (>= 2.5.1),
rlang (>= 0.4.12),
stringr (>= 1.4.0),
yaml (>= 2.2.1)
Roxygen: list(markdown = TRUE)
URL: https://bmoretz.github.io/dyn.log/
BugReports: https://github.com/bmoretz/dyn.log/issues
Suggests:
devtools,
usethis,
rmarkdown,
markdown,
knitr,
covr (>= 3.5.1),
testthat (>= 3.0.0),
lintr (>= 0.28),
remotes,
pkgdown,
prettydoc,
here,
fansi,
pander,
DT
Config/testthat/edition: 3
RoxygenNote: 7.1.2
Language: en-US
VignetteBuilder: knitr