-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 856 Bytes
/
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
Package: logdec
Title: Log Decorators: Create verbosity using only comments
Version: 0.0.1.9000
Authors@R:
person(given = "Justin",
family = "Singh-Mohudpur",
role = c("aut", "cre"),
email = "justin@justinsingh.me",
comment = c(ORCID = "0000-0002-5233-5799"))
Description: Easily manage output for your Rscript using "#>>" comments with special
identifying tags, such as "@info" or "@warning" to change the detail of
your output.
URL: https://logdec.justinsingh.me, https://github.com/program--/logdec
BugReports: https://github.com/program--/logdec/issues
License: MIT + file LICENSE
Suggests:
testthat (>= 3.0.0),
cli,
logger
Imports:
glue,
whereami
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1