export(collapse_ranges, expand_times, expand_dates, partition_ranges, combine_ranges, fill_ranges)
import(data.table)
importFrom("stats", "setNames")
importFrom(Rcpp, evalCpp)
useDynLib(neatRanges, .registration = TRUE)
