-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
38 lines (37 loc) · 919 Bytes
/
NAMESPACE
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
34
35
36
37
38
# Generated by roxygen2: do not edit by hand
S3method(print,speedtest_cli_result)
export("%>%")
export(install_speedtest_cli)
export(nice_speed)
export(spd_best_servers)
export(spd_closest_servers)
export(spd_compute_bandwidth)
export(spd_config)
export(spd_download_test)
export(spd_servers)
export(spd_test)
export(spd_upload_test)
export(speedtest_cli)
import(cli)
import(crayon)
import(httr)
import(purrr)
import(xml2)
importFrom(curl,curl_fetch_multi)
importFrom(curl,multi_run)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(pingr,ping)
importFrom(scales,label_number_si)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tibble,tibble)
importFrom(urltools,domain)
importFrom(utils,browseURL)
importFrom(utils,globalVariables)