teal.reporter 0.2.0
New features
- Added the new
RcodeBlockblock for a customrmarkdownr chunk. - Added the collapsible panel for the Show R Code in the previewer.
- Added additional input when needed to decide if “Show R Code” should be part of the rendered report.
- Added the possibility to add a personalized card name when adding a card.
- Added support for custom inputs for download and previewer modules.
Enhancements
- Changed modal button colors to align with their purpose and with other modals.
- Updated the
AddCardModulecomment input to have an active cursor when adding a card. - Updated report previewer to support preview of multiline comment.
- Added support for a table of contents for reporter documents.
- Added support for global
knitroptions in the render method in the Render class. - Improved look of the remove card modal in the previewer module.
teal.reporter 0.1.1
New features
- Added the
Archiverclass which enables saving and loading back theReportin theshinysession.
Enhancements
- Added support for the
ElementaryTreeclass in theappend_tablemethod ofReportCard. - Added additional validation for the
card_funevaluation. - Added support for more arguments setup for a
card_funfunction in theadd_card_button_srvmodule, thecard_funcould have any subset of the possible arguments now. - Added the optional
dimargument to theappend_plotmethod inReportCard. - Added support for
Heatmapplots inPictureBlock. - Updated
append_encodings,append_srcandappend_fsto automatically add titles. - Updated vignettes and README content.
- Made the document type names more user friendly when downloading the report.
- Improved the add reporter card button to be disabled when clicked.