-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.3 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
55
Type: Package
Package: logger
Title: A Lightweight, Modern and Flexible Logging Utility
Version: 0.4.0.9000
Date: 2024-10-19
Authors@R: c(
person("Gergely", "Daróczi", , "daroczig@rapporter.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3149-8537")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("System1", role = "fnd")
)
Description: Inspired by the the 'futile.logger' R package and 'logging'
Python module, this utility provides a flexible and extensible way of
formatting and delivering log messages with low overhead.
License: MIT + file LICENSE
URL: https://daroczig.github.io/logger/
BugReports: https://github.com/daroczig/logger/issues
Depends:
R (>= 4.0.0)
Imports:
utils
Suggests:
botor,
covr,
crayon,
devtools,
glue,
jsonlite,
knitr,
mirai (>= 1.3.0),
pander,
parallel,
R.utils,
rmarkdown,
roxygen2,
RPushbullet,
rsyslog,
shiny,
slackr (>= 1.4.1),
syslognet,
telegram,
testthat (>= 3.0.0),
withr
Enhances:
futile.logger,
log4r,
logging
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2