-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.26 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
Type: Package
Package: log4r
Title: A Fast and Lightweight Logging System for R, Based on 'log4j'
Version: 0.4.4.9000
Authors@R: c(
person("John Myles", "White", role = c("aut", "cph")),
person("Kenton", "White", role = "ctb"),
person("Kirill", "Müller", email = "[email protected]",
role = "ctb"),
person("Aaron", "Jacobs", email = "[email protected]",
role = c("aut", "cre"))
)
Description: The log4r package is meant to provide a fast, lightweight,
object-oriented approach to logging in R based on the widely-emulated
'log4j' system and etymology.
License: Artistic-2.0
URL: https://github.com/johnmyleswhite/log4r, https://log4r.r-lib.org
BugReports: https://github.com/johnmyleswhite/log4r/issues
Imports:
cli,
lifecycle,
rlang
Suggests:
futile.logger,
httr,
jsonlite,
knitr,
lgr,
logger,
logging,
loggit,
microbenchmark,
rlog,
rmarkdown,
rsyslog,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Collate:
'appenders.R'
'logfuncs.R'
'deprecated.R'
'layouts.R'
'level.R'
'log4r-package.R'
'logger.R'
Config/Needs/website: tidyverse/tidytemplate