-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.37 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
Package: teal.logger
Title: Logging Setup for the 'teal' Family of Packages
Version: 0.3.0.9004
Date: 2025-01-14
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Konrad", "Pagacz", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Utilizing the 'logger' framework to record events within a
package, specific to 'teal' family of packages. Supports logging
namespaces, hierarchical logging, various log destinations,
vectorization, and more.
License: Apache License 2.0
URL: https://insightsengineering.github.io/teal.logger/,
https://github.com/insightsengineering/teal.logger/
BugReports: https://github.com/insightsengineering/teal.logger/issues
Depends:
R (>= 3.6)
Imports:
glue (>= 1.0.0),
lifecycle (>= 0.2.0),
logger (>= 0.3.0),
methods,
shiny (>= 1.6.0),
utils,
withr (>= 2.1.0)
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.1.7)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: tidyverse/glue, r-lib/lifecycle,
daroczig/logger, rstudio/shiny, r-lib/withr, yihui/knitr,
rstudio/rmarkdown, r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2