-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 900 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
Package: rgtmx
Type: Package
Title: Manage GTmetrix Tests in R
Version: 0.1.4.9000
Authors@R:
person("Roman A.", "Abashin", email = "[email protected]", role = c("cre","aut"))
Maintainer: Roman A. Abashin <[email protected]>
Description: This is a library to access the current API of the web speed test service 'GTmetrix'.
It provides a convenient wrapper to start tests, get reports, and access all kinds of meta data.
For more information about using the API please visit <https://gtmetrix.com/api/docs/2.0/>.
License: MIT + file LICENSE
URL: https://github.com/RomanAbashin/rgtmx
BugReports: https://github.com/RomanAbashin/rgtmx/issues
Depends:
R (>= 3.1)
Imports:
httr,
jsonlite
Encoding: UTF-8
LazyData: true
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
spelling
Config/testthat/edition: 3
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Language: en-US