testflow (development version)

Bug fixes

Assumption checking

Closed remaining gaps where an assumption was labeled "not checked" because no diagnostic had been implemented (as opposed to being genuinely uncheckable, e.g. too few observations, which is unchanged). Every assumption status now reflects either a real check or an honest “not applicable”/“not enough data” label - never an unimplemented one.

Sample size planning

testflow 0.9.0

Display ergonomics: per-term results tables in console output

Second of two planned display-ergonomics changes (the first added workflow-specific print titles and field labels). Regression coefficients, Cox hazard ratios, the diagnostic-accuracy table, the ROC/Youden threshold, the ICC(1)/(2)/(3) comparison table, correlation-method/pairwise-correlation tables, factorial ANOVA tables, and every tidy post-hoc result (repeated measures, repeated categorical, multinomial, paired categorical) were computed but never shown in print()/summary() console output - only reachable via x$alternative_tests/x$posthoc. They now print directly.

Testing: devtools::test() 409/409 passing, including new assertions pinning table rendering for six representative workflows (regression, Cox, diagnostic, ICC’s no-wrap behavior, agreement’s relabeled columns, and the groups-skips/repeated-renders post-hoc distinction). devtools::check(): 0 errors, 0 warnings, 1 environment-only NOTE, including vignette rebuild (console-output examples updated automatically).

Display ergonomics: workflow-specific print titles and field labels

New sample-size functions

New workflows: diagnostic and agreement statistics

New workflows: survival analysis

New workflows: regression

Statistical test correctness

An exhaustive correctness review of every test_*() workflow (run against base-R references and the package’s own documented formulas) found and fixed the following:

Sample size planning

Outlier workflow

Output

Documentation and release prep

testflow 0.8.1

Summary tables

Validation and documentation

testflow 0.8.0

Method hardening

testflow 0.7.0

First public release.

Workflow API

Results

Documentation

Quality