-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1 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
Package: loggit2
Title: Easy-to-Use, Dependencyless Logger
Description:
An easy-to-use 'ndjson' (newline-delimited 'JSON') logger.
It provides a set of wrappers for base R's message(), warning(), and
stop() functions that maintain identical functionality, but also log
the handler message to an 'ndjson' log file.
No change in existing code is necessary to use this package,
and only a few additional adjustments are needed to fully
utilize its potential.
Version: 2.3.1.9000
Authors@R: c(
person("Matthias", "Ollech", role = c("cre", "aut"), email = "[email protected]"),
person("Ryan", "Price", role = c("fnd", "aut"))
)
License: MIT + file LICENSE
Depends: R (>= 4.0)
Suggests:
knitr (>= 1.19),
rmarkdown (>= 1.8),
testthat (>= 3.0),
utils
URL: https://github.com/MEO265/loggit2, https://r-loggit.org/
BugReports: https://github.com/MEO265/loggit2/issues
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3