-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
139 lines (138 loc) · 4.1 KB
/
Copy pathNAMESPACE
File metadata and controls
139 lines (138 loc) · 4.1 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Generated by roxygen2: do not edit by hand
S3method(bake,step_join_geospatial_features)
S3method(prep,step_join_geospatial_features)
S3method(print,step_join_geospatial_features)
S3method(required_pkgs,step_join_geospatial_features)
export(add_performance_variables)
export(add_pred_class)
export(add_take_current_trip)
export(calculate_costs)
export(collect_predictions_best_config)
export(compare_model_predictions)
export(compute_power)
export(optimize_trip_start_time)
export(plot_bar)
export(plot_box)
export(plot_heap_map)
export(plot_num_distribution)
export(sim_start_trip_summary)
export(simulate_trips)
export(step_join_geospatial_features)
export(step_join_geospatial_features_new)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(data.table,"%between%")
importFrom(data.table,"%chin%")
importFrom(data.table,"%like%")
importFrom(data.table,":=")
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fcase)
importFrom(data.table,fifelse)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setkeyv)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,transmute)
importFrom(duckdb,duckdb)
importFrom(future.apply,future_lapply)
importFrom(generics,augment)
importFrom(generics,required_pkgs)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_ecdf)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,waiver)
importFrom(glue,glue)
importFrom(glue,glue_safe)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addLegend)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addTiles)
importFrom(leaflet,colorFactor)
importFrom(leaflet,leaflet)
importFrom(leaflet,markerClusterOptions)
importFrom(lubridate,as_datetime)
importFrom(lubridate,cyclic_encoding)
importFrom(lubridate,dhours)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,hours)
importFrom(lubridate,make_datetime)
importFrom(lubridate,minutes)
importFrom(lubridate,month)
importFrom(lubridate,seconds)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(maptiles,get_tiles)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(recipes,add_step)
importFrom(recipes,bake)
importFrom(recipes,prep)
importFrom(recipes,print_step)
importFrom(recipes,rand_id)
importFrom(recipes,recipes_eval_select)
importFrom(recipes,recipes_pkg_check)
importFrom(recipes,step)
importFrom(recipes,tidy)
importFrom(rlang,abort)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,syms)
importFrom(scales,comma)
importFrom(scales,comma_format)
importFrom(scales,percent)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(stats,median)
importFrom(stats,power.anova.test)
importFrom(stats,power.t.test)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tibble,as_tibble)
importFrom(tidyr,pivot_wider)
importFrom(timeDate,listHolidays)
importFrom(tmap,tm_basemap)
importFrom(tmap,tm_borders)
importFrom(tmap,tm_shape)
importFrom(tune,collect_predictions)
importFrom(tune,select_best)
importFrom(utils,tail)
importFrom(withr,local_seed)