-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (28 loc) · 926 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (28 loc) · 926 Bytes
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.15
Date: 2025-07-27
Authors@R:person(given="Greg",
family="Hunt",
email = "greg@firmansyah.com",
role = c("aut", "cre", "cph"))
Author: Greg Hunt [aut, cre, cph]
Maintainer: Greg Hunt <greg@firmansyah.com>
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),
scales (>= 1.1.1)
Imports: brew (>= 1.0-6),
fs (>= 1.5.2),
reshape2 (>= 1.4.4),
digest (>= 0.6.29),
uaparserjs (>= 0.3.5)
Suggests: whoami (>= 1.3.0),
testthat (>= 3.1),
tinytex (>= 0.57),
data.table(>= 1.14.2)
URL: https://github.com/gregfrog/WebAnalytics