• Added comprehensive testing infrastructure with shinytest2 and testthat.
  • Updated to CRAN ssdtools version 2.4.0.
  • Major UI/UX improvements:
    • Refactored app into modular architecture for better maintainability.
    • Switched to bslib for modern UI components and improved layouts.
    • Added “Update Fit” button to prevent unintended recalculations.
    • Improved client-side translation system for instant language switching.
    • Added option to include confidence limits on model-average plot with selectable ribbon/line style.
    • Added HTML preview for BCANZ reports before download.
    • Bootstrap samples now accept any value (not just preset options).
  • Clarified minimum data requirements (6+ positive, non-missing values) with better error messages.
  • Improved help text throughout app with shinyhelper icons.
  • Updated TESTING.md file.
  • Update to CRAN ssdtools version 2.3.0.
    • Remove invpareto from distribution options.
  • Update citation to latest JOSS paper.
  • Remove unused package dependencies of stringr and scales.
  • Update plotting functions to match new arguments in ssdtools.
  • Code rendering is now simplified as most plot ‘add-ons’ have been incorporated into ssd_plot().
  • French big.mark fixed.
  • Added label size to rendered code for prediction plot.
  • Adding TESTING.md file for steps on how to manually test app.
  • Internal changes.
  • Fix prediction plot x-axis label/breaks bugs
    • incorrect breaks after transform
    • incorrect bold face if breaks outside limits
    • label function breaking if breaks outside limits and converted to NA
  • More patches for compatibility with ssdtools CRAN version 2.0.0
  • Removed at_boundary_ok and computable UI inputs
  • Fixed bug in predict plot dotted line caused by rounding estimated hazard concentration
  • Improved plot axis labels (i.e., in both French and English versions)
  • Updates for compatibility with ssdtools CRAN version 2.0.0
  • Add BCANZ Report tab to generate PDF/HTML report from Rmd
  • Tweaks to Fit/Predict plot formatting and user options
  • Update deployment script.
  • Same as previous version.
  • Updates for compatibility with ssdtools CRAN version 1.0.1
  • Internal changes only.