forked from zatonovo/futile.logger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 791 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
28
29
30
31
32
33
34
35
36
Package: futile.logger
Type: Package
Title: A Logging Utility for R
Version: 1.4.4
Date: 2019-09-15
Author: Brian Lee Yung Rowe
Maintainer: Brian Lee Yung Rowe <[email protected]>
Depends:
R (>= 3.0.0)
Imports:
utils,
lambda.r (>= 1.1.0),
futile.options
Suggests:
testthat,
jsonlite,
httr,
crayon,
rsyslog,
glue
Description: Provides a simple yet powerful logging utility. Based loosely on
log4j, futile.logger takes advantage of R idioms to make logging a
convenient and easy to use replacement for cat and print statements.
License: LGPL-3
LazyLoad: yes
NeedsCompilation: no
ByteCompile: yes
Collate:
'options.R'
'appender.R'
'constants.R'
'layout.R'
'logger.R'
'scat.R'
'futile.logger-package.R'
RoxygenNote: 6.1.0