Changelog
Source:NEWS.md
teal.reporter 0.1.1
New features
- Added the
Archiver
class which enables saving and loading back theReport
in theshiny
session.
Enhancements
- Added support for the
ElementaryTree
class in theappend_table
method ofReportCard
. - Added additional validation for the
card_fun
evaluation. - Added support for more arguments setup for a
card_fun
function in theadd_card_button_srv
module, thecard_fun
could have any subset of the possible arguments now. - Added the optional
dim
argument to theappend_plot
method inReportCard
. - Added support for
Heatmap
plots inPictureBlock
. - Updated
append_encodings
,append_src
andappend_fs
to 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.