v0.2.6
·
38 commits
to main
since this release
- 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_templates
for 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.
What's Changed
- adding template functions by @yolandazzz13 in #72
- template.md by @yolandazzz13 in #73
- updated man, restructured tlg template by @yolandazzz13 in #76
- Appendix by @yolandazzz13 in #78
- added unittests by @yolandazzz13 in #79
- added formatting vignette by @yolandazzz13 in #83
- added "editable" argument by @yolandazzz13 in #84
- Plotting issues by @yolandazzz13 in #88
- 85 warning by @shajoezhu in #90
- cran 0.2.6 [skip vbump] by @shajoezhu in #91
New Contributors
- @yolandazzz13 made their first contribution in #72
Full Changelog: v0.2.5...v0.2.6