-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.21 KB
/
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
Package: speedtest
Type: Package
Title: Tools to Test and Compare Internet Bandwidth Speeds
Version: 0.3.0
Date: 2020-03-19
Authors@R: c( person("Bob", "Rudis", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID =
"0000-0001-5670-2640")), person("Bryce", "Mecum",
email = "[email protected]", role = "ctb", comment
= c(ORCID = "0000-0002-0381-3766")),
person("Garrett", "Mooney", email =
"[email protected]", role = "ctb") )
Maintainer: Bob Rudis <[email protected]>
Description: The 'Ookla' 'Speedtest' site
<http://beta.speedtest.net/about> provides
interactive and programmatic services to test and
compare bandwidth speeds from a source node on the
Internet to thousands of test servers. Tools are
provided to obtain test server lists, identify target
servers for testing and performing speed/bandwidth
tests.
URL: https://gitlab.com/hrbrmstr/speedtest
BugReports: https://gitlab.com/hrbrmstr/speedtest/issues
License: MIT + file LICENSE
Suggests: covr, tinytest
Depends: R (>= 3.2.0)
Encoding: UTF-8
Imports: httr, stats, curl, purrr, dplyr, xml2, utils,
pingr, urltools, jsonlite, crayon, tibble, cli,
magrittr
RoxygenNote: 7.0.2