-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added contribution & normalised DESCRIPTION
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
Package: gpagespeed | ||
Title: Google Page Speed API | ||
Version: 0.0.0.9000 | ||
Authors@R: person("Simit", "Patel", email = "[email protected]", role = c("aut", "cre")) | ||
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 | ||
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: | ||
|
@@ -18,7 +28,6 @@ Suggests: | |
knitr, | ||
rmarkdown, | ||
testthat | ||
License: GPL-3 | ||
VignetteBuilder: knitr | ||
LazyData: true | ||
RoxygenNote: 6.0.1 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters