forked from nealrichardson/elbr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1009 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
Package: elbr
Type: Package
Title: A Tidy Reader for Load Balancer Logs
Description: Amazon Web Services' 'Elastic Load Balancer' emits log files in a
defined, space-delimited text file format. This package provides tools for
reading and exploring those logs. There is an individual file reader, as
well as a 'dplyr' backend that enables you to work easily with recursive
directories of many log files. All functions are designed to be as fast and
efficient as possible, only reading in and stacking together the rows and
columns of data you need.
Version: 0.3.0
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"),
email = "[email protected]"))
URL: https://github.com/nealrichardson/elbr
BugReports: https://github.com/nealrichardson/elbr/issues
License: MIT + file LICENSE
Depends:
R (>= 3.0.0),
dplyr
Imports:
parallel,
readr,
rlang,
tidyselect
Suggests:
covr,
magrittr,
testthat
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)