# Generated by roxygen2: do not edit by hand

S3method(GTFSwizard::as_wizardgtfs,list)
S3method(GTFSwizard::as_wizardgtfs,tidygtfs)
S3method(GTFSwizard::explore_gtfs,list)
S3method(GTFSwizard::explore_gtfs,wizardgtfs)
S3method(GTFSwizard::get_shapes_sf,data.frame)
S3method(GTFSwizard::get_shapes_sf,gtfs)
S3method(GTFSwizard::get_shapes_sf,list)
S3method(GTFSwizard::get_shapes_sf,wizardgtfs)
S3method(GTFSwizard::get_stops_sf,data.frame)
S3method(GTFSwizard::get_stops_sf,gtfs)
S3method(GTFSwizard::get_stops_sf,list)
S3method(GTFSwizard::get_stops_sf,wizardgtfs)
S3method(GTFSwizard::selection,list)
S3method(GTFSwizard::selection,wizardgtfs)
S3method(GTFSwizard::selection,wizardgtfs_selected)
S3method(GTFSwizard::unselection,wizardgtfs)
S3method(GTFSwizard::unselection,wizardgtfs_selected)
S3method(GTFSwizard::write_gtfs,dt_gtfs)
S3method(GTFSwizard::write_gtfs,list)
S3method(GTFSwizard::write_gtfs,tidygtfs)
S3method(GTFSwizard::write_gtfs,wizardgtfs)
S3method(base::plot,wizardgtfs)
S3method(base::print,summary.wizardgtfs)
S3method(base::print,wizardgtfs)
S3method(base::summary,wizardgtfs)
export(as_wizardgtfs)
export(delay_trip)
export(edit_dwelltime)
export(edit_speed)
export(explore_gtfs)
export(filter_date)
export(filter_route)
export(filter_service)
export(filter_servicepattern)
export(filter_stop)
export(filter_time)
export(filter_trip)
export(get_1stdeparture)
export(get_corridor)
export(get_distances)
export(get_durations)
export(get_dwelltimes)
export(get_fleet)
export(get_frequency)
export(get_headways)
export(get_hubs)
export(get_servicepattern)
export(get_shapes)
export(get_shapes_df)
export(get_shapes_sf)
export(get_speeds)
export(get_stops_sf)
export(latlon2epsg)
export(merge_gtfs)
export(plot_calendar)
export(plot_corridor)
export(plot_frequency)
export(plot_headways)
export(plot_hubs)
export(plot_routefrequency)
export(read_gtfs)
export(selection)
export(set_dwelltime)
export(split_trip)
export(tidy_raptor)
export(unselection)
export(write_gtfs)
importFrom(checkmate,assert_int)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_subset)
importFrom(crayon,blue)
importFrom(crayon,cyan)
importFrom(crayon,red)
importFrom(data.table,data.table)
importFrom(data.table,setnames)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,percent_rank)
importFrom(dplyr,reframe)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_linedraw)
importFrom(ggplot2,theme_minimal)
importFrom(hms,as_hms)
importFrom(hrbrthemes,theme_ipsum)
importFrom(igraph,components)
importFrom(igraph,graph_from_adj_list)
importFrom(leaflet,addAwesomeMarkers)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addPolylines)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,addTiles)
importFrom(leaflet,leafletOutput)
importFrom(leaflet,renderLeaflet)
importFrom(lubridate,as.duration)
importFrom(lubridate,day)
importFrom(lubridate,duration)
importFrom(lubridate,hms)
importFrom(lubridate,int_end)
importFrom(lubridate,int_start)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.POSIXlt)
importFrom(lubridate,month)
importFrom(lubridate,seconds)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(plotly,ggplotly)
importFrom(plotly,plotlyOutput)
importFrom(plotly,renderPlotly)
importFrom(rlang,is_list)
importFrom(sf,"st_crs<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_combine)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crosses)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_equals)
importFrom(sf,st_intersects)
importFrom(sf,st_length)
importFrom(sf,st_overlaps)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_touches)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,hr)
importFrom(shiny,navbarPage)
importFrom(shiny,renderTable)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)
importFrom(tidyr,tibble)
importFrom(tidyr,unnest)
importFrom(tidytransit,raptor)
