statsapps
2026-07-15 (0.1.0)
- Prep for CRAN and bump to non-developmental version
- Enable
launch.browser = TRUE as default argument in all
apps
2026-07-13 (0.0.4.9000)
- Round out edits to linear regression app
- Introduce expanded testing, including app internals for 2 apps
2026-07-10 (0.0.3.9000)
- 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()
2026-07-09 (0.0.2.9000)
- Make site with pkgdown: https://vbaliga.github.io/statsapps/
- Make a distribution visualizer app
- Write run_distributions_app()
2026-07-07 (0.0.2.9000)
- Add ANOVA app
- Add first draft of linear regression app
- Write run_anova_app() and run_linear_reg_app()
2026-07-03 (0.0.1.9000)
- Initialize package and build basic infra
- Port permutation app from elsewhere and adapt
- Write run_permutation_app()