Skip to content

Commit 82caa3a

Browse files
author
Stefan Fleck
committed
fixed bug report url
1 parent a702fe0 commit 82caa3a

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

DESCRIPTION

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Authors@R:
99
email = "[email protected]",
1010
comment = c(ORCID = "0000-0003-3344-9851"))
1111
Maintainer: 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.
1818
License: MIT + file LICENSE
1919
URL: https://github.com/s-fleck/lgr
20-
BugReports: https://github.com/s-fleck/lgr
20+
BugReports: https://github.com/s-fleck/lgr/issues
2121
Imports:
2222
R6
2323
Suggests:
@@ -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
4544
VignetteBuilder:
4645
knitr
4746
Encoding: UTF-8

man/lgr-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)