Changes in version 1.0.10 (2026-03-11) update URLs due to relocation of the github organization update to tests to use vdiffr v1 Changes in version 1.0.9 accrual_create_df: warning if by refers to a NULL object accrual_create_df: fix typo in documentation (last instead of first date) test-accrual_plots: named vector for target Changes in version 1.0.8 bug fix in gg_accrual_plot_predict if accrual_df contains only one site and no overall Changes in version 1.0.7 (2022-08-16) prediction of sample size at specific date Changes in version 1.0.6 allow for empty sites in by (if specified as factor) Changes in version 1.0.5 new as.data.frame method for accrual_list objects Changes in version 1.0.4 bug fix in accrual_plot_abs (stacking of bars) fix vignette and help files Changes in version 1.0.3 add a demo dataset accrualdemo Changes in version 1.0.2 named vector for target, default plot size for vignette Changes in version 1.0.1 (2022-05-09) Fix par setting for accrual_plots Reinstate old par at the end of the vignette Changes in version 1.0.0 Clean help files Add names to header in print method Changes in version 0.6.8 Update vignette Small changes in accrual_plot_predict (size of legend) and gg_accrual_plot_abs (name of x-axis title) Changes in version 0.6.7 Remove LazyDate from description Changes in version 0.6.6 gg_accrual_plot_abs: site as factor so that the legend is then the same order as the sites in the accrual_df_list Changes in version 0.6.5 accrual_create_df: named vector for start_date and current_date Changes in version 0.6.4 accrual_time_unit: use weeks form start (last Monday) instead of calender weeks Changes in version 0.6.3 accrual_table: correct typo in weeks summary: no longer prints the table Changes in version 0.6.2 accrual_table: remove options for start and end date accrual_table: include 0-entries in accrual_df for calculation of accrual time Changes in version 0.6.1 accrual_plot_predict: remove 0 from center strip Changes in version 0.6.0 addition of names_overall attribute to accrual_df objects new accrual_list class for accrual_dfs with multiple sites new ggplot methods comparable to the base graphics capabilities new print methods for accrual_dfs and accrual_lists vignette updated to include above info (where appropriate) Changes in version 0.5.3 accrual_df class applied to all dataframes when by is used (allows methods to work on subelements of the list too, e.g. plot(list[[1]])) tests added for accrual_create_df, accrual_plot_cum Changes in version 0.5.2 bug fix for force_start0 in accrual_create_df test for accrual_predict Changes in version 0.5.1 helper function for plotting center info in accrual_plot_predict Changes in version 0.5.0 modifications of accrual_plot_predict - no longer allows input of start and end date - no longer allows input of enrollment dates - center info is shown if accrual_df is a list - separate predictions are shown if accrual_df is a list and target is a vector of the same length accrual_create_df allows to add overall at top or bottom removal of overall option from accrual_plot_cum Changes in version 0.4.1 accrual_plot_cum no longer allows input of start and end date Changes in version 0.4.0 accrual_plot_abs produces stacked barplots if accrual_df is a list no longer allows additional input of start an end dates no longer produces several plots if accrual_df is a list Changes in version 0.3.5 enrollment_date no longer allowed to include NA values Changes in version 0.3.4 adapt options for start and end dates accrual_create_df Changes in version 0.3.3 removal of possibility to pass dates are strings 0c51608820193f8d715acf93d90e88fd59caa751 Changes in version 0.3.2 Adapt x-axis labeling for accrual_plot_cum and accrual_plot_predict Changes in version 0.3.1 bug fix for accrual_plot_abs Changes in version 0.3.0 bug fix for accrual_create_df with by as factor plots for list of accrual data frames (accrual_create_df with by option) Changes in version 0.2.0 new summary and plot methods can be used instead of accrual_plot_x Changes in version 0.1.1 accrual_table works without a by argument Changes in version 0.1.0 accrualPlot uploaded to github