saros
Semi-Automatic Reporting of Ordinary Surveys
Survey reporting automation moves past charts and starts writing the sentences about them.
◆Recent moves
- 9mo ago
Generated prose summaries and Quarto tabsets join the output types
⚡ SPARKThe release where saros starts producing text about its own figures rather than only the figures, and packages sets of plots into navigable Quarto structure. It fits the trajectory the makeme() consolidation set up: new capabilities arrive as output types without disturbing the interface.
View source ↗ - 1y ago
Fixes makeme() argument handling in parent frame scopes
A one-line fix for makeme() mishandling arguments in parent frame scopes. Narrow scoping correction with no change to output.
View source ↗ - 1y ago
Group-comparison settings, violin plots and global settings inheritance
The release that made comparing one group against all others or against everyone a matter of settings rather than custom code, and introduced the violin plot output type that 1.6.0 later makes interactive. Global settings inheritance across makeme(), make_link(), girafe() and the n_range functions removes a lot of repeated argument passing.
View source ↗ - 1y ago
makeme() replaces the embed_* family with one S3 generic
⚡ SPARKThe architectural release the rest of the package's development rests on. Collapsing a family of exported functions into one generic with S3 methods is what let every later output type ship as a method rather than a new entry point.
View source ↗ - 2y ago
Text sizing defaults tuned for Word and HTML output
A practical release about output targets: more arguments for plot text sizes with defaults chosen separately for Word and HTML layouts, plus flexibility in Qualtrics label attachment and an option to translate HTML-escaped characters to unicode. The concerns are all about what happens between the data and the rendered document.
View source ↗ - 2y ago
Development snapshot of the text-size argument work
A development-version tag carrying one line of the text sizing work that ships properly in 1.0.4 two weeks later. It is a checkpoint rather than a release.
View source ↗