Changes in version 2026-07-15 - Prep for CRAN and bump to non-developmental version - Enable launch.browser = TRUE as default argument in all apps Changes in version 2026-07-13 - Round out edits to linear regression app - Introduce expanded testing, including app internals for 2 apps Changes in version 2026-07-10 - Centralize shared app styling and ggplot theme settings. - Add tests for app files, shared app files, and launcher behavior. - Add first draft of sums of squares app - Write run_sums_squares_app() Changes in version 2026-07-09 - Make site with pkgdown: https://vbaliga.github.io/statsapps/ - Make a distribution visualizer app - Write run_distributions_app() Changes in version 2026-07-07 - Add ANOVA app - Add first draft of linear regression app - Write run_anova_app() and run_linear_reg_app() Changes in version 2026-07-03 - Initialize package and build basic infra - Port permutation app from elsewhere and adapt - Write run_permutation_app()