-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
51 lines (50 loc) · 1.35 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by roxygen2: do not edit by hand
S3method(summary,act_tbl)
export(get_ggmap_from_df)
export(localize_to_time_zone)
export(mutate_with_speed)
export(pace_formatter)
export(parse_gpx)
export(parse_tcx)
export(speed_to_mile_pace)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,na_if)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,slice)
importFrom(dplyr,ungroup)
importFrom(geosphere,distHaversine)
importFrom(geosphere,distm)
importFrom(ggmap,get_googlemap)
importFrom(ggmap,google_key)
importFrom(ggmap,has_google_key)
importFrom(ggmap,scrub_key)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,http_error)
importFrom(httr,http_type)
importFrom(httr,status_code)
importFrom(lubridate,as.duration)
importFrom(lubridate,as_datetime)
importFrom(lubridate,dseconds)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,with_tz)
importFrom(lubridate,ymd_hms)
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(slider,slide_index_mean)
importFrom(tibble,add_column)
importFrom(tibble,is_tibble)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(utils,head)
importFrom(xml2,read_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_text)