
export(month_days)
export(end_of_period)
export(day)
export(first_previous_quarter)
export(first_of_quarter)
export(first_of_month)
export(end_of_year)
export(stack_obs)
export(long_run_var)
export(to_ts)
export(ts_to_df)
export(match_ts_dates)
export(try_sa)
export(run_sa)
export(get_from_list)
export(seas_df_long)
export(seas_df_wide)
export(pct_chng)
export(Diff)
export(index_by_friday)
export(agg_to_freq)
export(agg_to_freq_wide)
export(add_forecast_dates)
export(get_data_frq)
export(count_obs)
export(last_in_week)
export(last_in_month)
export(last_in_quarter)
export(last_in_year)
export(last_obs)
export(allNA)
export(is_in)
export(extract_numeric)
export(extract_character)
export(extract_basic_character)
export(limit_character)
export(mean_na)
export(sd_na)
export(sum_na)
export(can_seasonal)
export(try_trend)
export(try_detrend)
export(spline_fill_trend)
export(spline_fill)
export(comp_form)
export(any_finite)
export(all_finite)
export(number_finite)
export(col_to_list)
export(row_to_list)
export(numdum)
export(fill_forward)
export(rollmean)
export(pct_response)
export(total_response)
export(rollmax)
export(rollmin)
export(match_index)
export(process_MF)
export(process)
export(process_wide)

import(data.table)
importFrom("Rcpp","evalCpp")
importFrom("seasonal", "seas")
importFrom("seasonal", "final")
importFrom("stats", "loess", "median", "na.exclude", "predict",
                "spline", "time", "ts", "sd")
importFrom("utils", "tail")
useDynLib(dateutils, .registration = TRUE)
