-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.17 KB
/
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
28
29
30
31
32
33
34
35
36
Package: stenographer
Type: Package
Title: Flexible and Customisable Logging System
Version: 1.0.1
URL: https://github.com/dereckmezquita/stenographer
BugReports: https://github.com/dereckmezquita/stenographer/issues
Authors@R:
person(given = "Dereck",
family = "Mezquita",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9307-6762"))
Maintainer: Dereck Mezquita <[email protected]>
Description: A comprehensive logging framework for R applications that provides hierarchical logging levels, database integration, and contextual logging capabilities. The package supports 'SQLite' storage for persistent logs, provides colour-coded console output for better readability, includes parallel processing support, and implements structured error reporting with 'JSON' formatting.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports:
R6,
rlang,
jsonlite,
fs,
crayon,
DBI
Suggests:
testthat (>= 3.0.0),
diffviewer,
knitr,
rmarkdown,
box,
future,
future.apply,
RSQLite
Config/testthat/edition: 3