# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,accrual_list)
S3method(plot,accrual_df)
S3method(print,accrual_df)
S3method(print,accrual_list)
S3method(summary,accrual_df)
export(accrual_create_df)
export(accrual_linear_model)
export(accrual_plot_abs)
export(accrual_plot_cum)
export(accrual_plot_predict)
export(accrual_predict)
export(accrual_table)
export(accrual_time_unit)
export(gg_accrual_plot_abs)
export(gg_accrual_plot_cum)
export(gg_accrual_plot_predict)
import(lubridate)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,vars)
importFrom(grDevices,gray.colors)
importFrom(grDevices,heat.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(grid,grobTree)
importFrom(grid,textGrob)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(stats,aggregate)
importFrom(stats,lm)
