-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 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
Package: webpagetestr
Type: Package
Title: `WebPageTest` API wrapper for R
Version: 0.1.0
Authors@R: c( person("John", "Harrison", , "[email protected]",
role = c("aut", "cre")))
Description: Interact with <http://www.webpagetest.org/> via the
WebPageTest REST API. Run a free website speed test from multiple
locations around the globe using real browsers (IE and Chrome) and at
real consumer connection speeds. You can run simple tests or perform
advanced testing including multi-step transactions, video capture,
content blocking and much more. Your results will provide rich
diagnostic information including resource loading waterfall charts,
Page Speed optimization checks and suggestions for improvements.
Imports:
httr,
assertthat,
readr,
HARtools
Suggests:
testthat,
covr,
png,
jpeg,
xml2
License: MIT + file LICENSE
RoxygenNote: 5.0.1