Skip to content

Commit 5d9c34c

Browse files
committed
# lgr 0.5.1
- Fix doc problem for CRAN
1 parent 2bed7ae commit 5d9c34c

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: lgr
33
Title: A Fully Featured Logging Framework
4-
Version: 0.5.1
4+
Version: 0.5.2
55
Authors@R:
66
person(given = "Stefan",
77
family = "Fleck",
@@ -12,9 +12,9 @@ Maintainer: Stefan Fleck <stefan.b.fleck@gmail.com>
1212
Description: A flexible, light-weight logging
1313
framework based on 'R6' classes. It supports hierarchical loggers,
1414
structured logging, output to plaintext, 'JSON', (rotating) files,
15-
and memory buffers. Additional appenders for Elasticsearch, Dynatrace,
15+
and memory buffers. Additional appenders for 'Elasticsearch', 'Dynatrace',
1616
databases, email and push notifications, and more are available
17-
in the lgrExtra package.
17+
in the 'lgrExtra' package.
1818
License: MIT + file LICENSE
1919
URL: https://s-fleck.github.io/lgr/
2020
BugReports: https://github.com/s-fleck/lgr/issues/

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# lgr 0.5.2
2+
3+
- Quote 'Dynatrace' and 'lgrExtra' in DESCRIPTION
4+
5+
16
# lgr 0.5.1
27

38
- Fix doc problem for CRAN

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix documentation error
1+
Quote some words in DESCRIPTION to prevent NOTE

0 commit comments

Comments
 (0)