@@ -9,15 +9,15 @@ Authors@R:
991010 comment = c(ORCID = "0000-0003-3344-9851"))
1111Maintainer: Stefan Fleck <
[email protected] >
12- Description:
13- A flexible, feature-rich yet light-weight logging framework based on 'R6'
14- classes. It supports hierarchical loggers, custom log levels, arbitrary data
15- fields in log events, logging to plaintext, 'JSON', memory buffers, and
16- databases, as well as email and push notifications. For a full list of
17- features with examples please refer to the package vignette.
12+ Description: A flexible, feature-rich yet light-weight
13+ logging framework based on 'R6' classes. It supports hierarchical
14+ loggers, custom log levels, arbitrary data fields in log events,
15+ logging to plaintext, 'JSON', memory buffers, and databases, as well
16+ as email and push notifications. For a full list of features with
17+ examples please refer to the package vignette.
1818License: MIT + file LICENSE
1919URL: https://github.com/s-fleck/lgr
20- BugReports: https://github.com/s-fleck/lgr
20+ BugReports: https://github.com/s-fleck/lgr/issues
2121Imports:
2222 R6
2323Suggests:
@@ -27,21 +27,20 @@ Suggests:
2727 DBI,
2828 desc,
2929 glue,
30+ gmailr,
3031 jsonlite,
3132 knitr,
3233 rmarkdown,
34+ RMySQL,
35+ RPostgres,
36+ RPushbullet,
3337 RSQLite (>= 2.0),
38+ sendmailR,
3439 testthat,
3540 tibble,
3641 tools,
3742 utils,
38- whoami,
39- RMariaDB,
40- RMySQL,
41- RPostgreSQL,
42- RPostgres,
43- RPushbullet,
44- RJDBC
43+ whoami
4544VignetteBuilder:
4645 knitr
4746Encoding: UTF-8
0 commit comments