Changes in version 1.0.0 (2025-10-28) - use get_cum_mean_event_dev() instead of get_site_mean_ae_dev() for plotting which does not rely on visit_med75 to reduce noise - eval_sites will combine over- and under-reporting probability into one column prob - eval_sites with inframe method will calculate delta events - new simaerep defaults inframe = TRUE, mult_corr = TRUE, visit_med75 = FALSE, under_only = FALSE - retire sim_ur_scenarios, get_portf_perf, sim_studies, get_ecd_values, get_pat_pool_config portfolio performance will be calculated by removing events directly from the data with sim_out - remove check argument from low-level interface functions site_aggr and sim_sites - use test helper functions to generate data for unit testing - reuse saved test data for regression testing towards earlier simaerep versions - pass alternative column names in df_visit input data to simaerep via col_names argument and preserve names in simaerep results - improved print output for simaerep and orivisit S3 objects - adapt validation unit tests to include event over and under reporting - minimize the number of exported functions - deprecate event_per_visit_mean argument in favor of event_rates for data simulation - use non-constant event rates by default during data simulation - independent calculation of over-reporting to remove artifacts for zero reporters https://github.com/openpharma/simaerep/issues/92 Changes in version 0.7.0 (2025-04-09) - event_names argument, allow to calculate multiple reporting probabilities at once https://github.com/openpharma/simaerep/issues/73 - fix https://github.com/openpharma/simaerep/issues/82 - increase unit test coverage Changes in version 0.6.1 - set dplyr requirement to v1.1.0 - fix validation report action Changes in version 0.6.0 (2024-09-30) - inframe method use table operations only, do not use visit_med75 - https://github.com/openpharma/simaerep/issues/59 - https://github.com/openpharma/simaerep/issues/16 - update vignettes - https://github.com/openpharma/simaerep/issues/62 Changes in version 0.5.0 (2024-04-03) - allow flexible AE rates in data simulations - add vignette comparing simaerep to gsm performance - add over-reporting probability - fix dplyr warnings - fix warnings around ggplot and cowplot - https://github.com/openpharma/simaerep/issues/45 Changes in version 0.4.3 (2023-03-03) - delete performance unit tests (poisson faster than bootstrap) to accommodate CRAN request Changes in version 0.4.2 (2023-02-25) - CRAN submission Changes in version 0.4.1 - validation report Changes in version 0.4.0 - S3 interface #17 - better performance specification #26 - more meaningful unit test names #24 #30 #33 Changes in version 0.3.3 - better data checks and error messages #19, #20, # 21 - data check and repair by check_df_visit() became optionable Changes in version 0.3.2 - added portfolio performance assessment Changes in version 0.3.1 - changed MIT License holder from openpharma to F. Hoffmann-La Roche Ltd and simaerep authors Changes in version 0.3.0 - improved evaluation point visit_med75 - allow days instead of visit Changes in version 0.2.0 - use Benjamin Hochberg procedure for alpha error correction - fix warnings around parallel processing - improved SAS files vignette