# Generated by roxygen2: do not edit by hand

export(detect_segments)
export(find_best_split)
export(identify_migrations)
import(dplyr)
import(lubridate)
import(tibble)
import(tidyr)
importFrom(assertthat,assert_that)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice_min)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(lubridate,"%within%")
importFrom(lubridate,as.duration)
importFrom(lubridate,as_date)
importFrom(lubridate,int_end)
importFrom(lubridate,int_length)
importFrom(lubridate,int_overlaps)
importFrom(lubridate,int_start)
importFrom(lubridate,interval)
importFrom(lubridate,is.POSIXct)
importFrom(lubridate,is.interval)
