forked from simitpatel/gpagespeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 978 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
Package: gpagespeed
Title: Google Page Speed API
Version: 0.0.1
Authors@R:
c(person(given = "Simit",
family = "Patel",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Manos",
family = "Parzakonis",
role = "ctb",
email = "[email protected]"))
Description: A way to call the Google Page Speed Insights API
directly into your R console. The package offers two functions that
return results the API in the form of a data frame. The first
function, speedfinder, is to call the results on a single URL, while
the second function, speedlist, accepts a list of URLs and returns a
single dataframe with results from the API for all the URLs in the
list.
License: GPL-3
Depends:
R (>= 3.2.3)
Imports:
RJSONIO,
gtools
Suggests:
dplyr,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1