forked from daroczig/logger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request daroczig#189 from hadley/description
`use_tidy_description()`
- Loading branch information
Showing
1 changed file
with
41 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,54 @@ | ||
Type: Package | ||
Package: logger | ||
Authors@R: c( | ||
person("Gergely", "Daróczi", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3149-8537")), | ||
person("System1", role = c("fnd")) | ||
) | ||
Title: A Lightweight, Modern and Flexible Logging Utility | ||
Description: Inspired by the the 'futile.logger' R package and 'logging' Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead. | ||
Version: 0.3.0.9000 | ||
Date: 2024-03-03 | ||
Authors@R: c( | ||
person("Gergely", "Daróczi", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-3149-8537")), | ||
person("System1", role = "fnd") | ||
) | ||
Description: Inspired by the the 'futile.logger' R package and 'logging' | ||
Python module, this utility provides a flexible and extensible way of | ||
formatting and delivering log messages with low overhead. | ||
License: AGPL-3 | ||
URL: https://daroczig.github.io/logger/ | ||
BugReports: https://github.com/daroczig/logger/issues | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.3.2 | ||
License: AGPL-3 | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
utils | ||
Depends: R (>= 4.0.0) | ||
utils | ||
Suggests: | ||
glue, | ||
pander, | ||
jsonlite, | ||
crayon, | ||
slackr (>= 1.4.1), | ||
RPushbullet, | ||
telegram, | ||
testthat (>= 3.0.0), | ||
covr, | ||
knitr, | ||
rmarkdown, | ||
devtools, | ||
roxygen2, | ||
parallel, | ||
rsyslog, | ||
shiny, | ||
callr, | ||
txtq, | ||
botor, | ||
R.utils, | ||
syslognet, | ||
withr | ||
botor, | ||
callr, | ||
covr, | ||
crayon, | ||
devtools, | ||
glue, | ||
jsonlite, | ||
knitr, | ||
pander, | ||
parallel, | ||
R.utils, | ||
rmarkdown, | ||
roxygen2, | ||
RPushbullet, | ||
rsyslog, | ||
shiny, | ||
slackr (>= 1.4.1), | ||
syslognet, | ||
telegram, | ||
testthat (>= 3.0.0), | ||
txtq, | ||
withr | ||
Enhances: | ||
logging, | ||
futile.logger, | ||
log4r | ||
VignetteBuilder: knitr | ||
futile.logger, | ||
log4r, | ||
logging | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Config/testthat/parallel: TRUE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.2 |