Changelog
Source:NEWS.md
autoslider.core 0.2.8
CRAN release: 2025-08-25
- Renamed AI functionality from footnotes to speaker notes in documentation and function references.
- Added CRAN test skips to reduce test execution time.
- Removed
stylerfrom suggests.
autoslider.core 0.2.7
CRAN release: 2025-07-25
- Revert
officerdependency on functionlayout_default. - Realign table to the slide centre.
- Remove thinking messages.
autoslider.core 0.2.6
CRAN release: 2025-07-22
- Added support for custom templates via symbolic links in
inst/templates/. - Added vignette
tlg_templates,adding_templates,use_LLM, andusing_format. - Added support for
use_templatesfor specified packages. - Added support for adding placeholder slides (e.g. title, section headers) using
append_all_slides() - Enabled function generation from templates.
- Enabled automatic plot title generation.
- Split out specific plot functions (e.g.,
g_vs_slide) fromg_mean_general(). - Integrated AI insights to data analytics, written detailed instructions in vignette
use_LLM. - Provided the option of making plots editable or fixed on generated slides.
- Fixed ggplot graphs location and size on generated slides.
autoslider.core 0.2.5
CRAN release: 2025-06-13
- Dropping dependencies level.
- Adding
ellmerdependency, enable AI prompt. - Bug fix in side by side plot rendering.
- Code enhancement when using
split_rows_byandanalysison the same variable multiple times, enhancing the table paths. Upstream enhancement fromrtables.