-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (28 loc) · 926 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
Package: WebAnalytics
Type: Package
Title: Web Server Log Analysis
Version: 0.9.9
Date: 2023-10-04
Authors@R:person(given="Greg",
family="Hunt",
email = "[email protected]",
role = c("aut", "cre", "cph"))
Author: Greg Hunt [aut, cre, cph]
Maintainer: Greg Hunt <[email protected]>
Description: Provides Apache and IIS log analytics for transaction performance, client populations and workload definitions.
License: GPL-3
Depends: R (>= 4.0),
utils,
ggplot2 (>= 3.3.5),
xtable (>= 1.8.4),
data.table(>= 1.14.2),
scales (>= 1.1.1)
Imports: brew (>= 1.0-6),
fs (>= 1.5.2),
reshape2 (>= 1.4.4),
digest (>= 0.6.29),
tinytex (>= 0.37),
uaparserjs (>= 0.3.5)
Suggests: whoami (>= 1.3.0),
testthat (>= 3.1)
URL: https://github.com/gregfrog/WebAnalytics