CRAN Compliance:
<doi:...> bracket notation.\dontrun{} with if(interactive()){} for interactive functions.\dontrun{} examples when the code can execute in under 5 seconds.verbose argument for run_parms_wizard().Function Renaming: Updated core fitting functions for better clarity on data types:
buzzEBMcat -> buzzEBMcatMcontYbuzzMYcat -> buzzEBMcatMcatYbuzzMYcont -> buzzEBMcontMcontYbuzzYcat -> buzzEBMcontMcatYCustom Prior Support: Users can now manually define prior distributions via new internal parameter-handling logic.
run_parms_wizard(), a CLI tool to guide users through creating prior dataframes interactively.make_parms_main() as a internal central router for parameter handling.make_parms_from_argument() and make_parms_from_df() for flexible input methods.Internal Improvements:
message() for better control.helpers.R and extract_results.R to improve maintainability and result readability.testthat to ensure model stability..Rbuildignore to exclude internal development files.