Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.69 KB

NEWS.md

File metadata and controls

58 lines (34 loc) · 1.69 KB

boilerplate (development version)

[25-09-2024] boilerplate 0.0.1.4

  • more flexible handling of additional sections in methods (still work to be done)

[24-08-2024] boilerplate 0.0.1.3

Improved

  • fixed issue in boilerplate_report_measures() works if only baseline_vars, exposure_var, or outcome_vars are passed.

[24-08-2024] boilerplate 0.0.1.2

Improved

  • fixed issue in boilerplate_manage_measures(): now, if 'n' is selected for new database name, the manager will return to the main menu instead of charging along.

[24-08-2024] boilerplate 0.0.1.1-alpha

New

  • boilerplate_merge_databases(): merges databases, currently implemented for measures_data.
  • fixed helper functions on the boilerplate_report_methods() function.

[24-08-2024] boilerplate 0.0.1.0-alpha

  • alpha release
  • doi: 10.5281/zenodo.13370816

[24-08-2024] boilerplate 0.0.0.92

  • boilerplate_report_additional_sections()
  • boilerplate_report_confounding_control()
  • boilerplate_report_eligibility_criteria()
  • boilerplate_report_identification_assumptions()
  • boilerplate_report_methods()
  • boilerplate_report_missing_data()
  • boilerplate_report_sample()
  • boilerplate_report_statistical_estimator()
  • boilerplate_report_target_population()

[24-08-2024] boilerplate 0.0.0.91

  • boilerplate_manage_measures(): simple gui to input measures, saves as .rds files
  • boilerplate_report_measures(): report an appendix of measures with items described.
  • boilerplate_report_causal_interventions(): report causal contrasts
  • boilerplate_report_variables():report variables in methods section (exposure/ outcomes)

[24-08-2024] boilerplate 0.0.0.9

New

  • first package commit