- Report cards are now included in bookmarks. When using the
shiny
bookmarking mechanism, present report cards will be available in the restored application. - Report can be loaded back now. The zip file with the report can be loaded back which will restore Previewer state.
- Added blocking of "Download" buttons while report is rendering, using the
shinybusy
package.
add_card_button_srv
allows to specifycard_fun
withlabel
parameter for card's title & content customization.- Supports automatic
Rcode
formatting using the suggestedformatR
package in reports. - Improve output on PDF file format.
- Specify minimal version of dependent packages.
- Updated
TableBlock
to convert tables intoflextables
to show in rendered report. - Fixed CRAN requirements for the first CRAN submission.
- Removed manual pages for non-exported objects.
- Fixed CRAN requirements for the first CRAN submission.
- Added the new
RcodeBlock
block for a customrmarkdown
r 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.
- Simplified
reporter_previewer_ui
to contain justid
argument.
- Changed modal button colors to align with their purpose and with other modals.
- Updated the
AddCardModule
comment 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
knitr
options in the render method in the Render class. - Improved look of the remove card modal in the previewer module.
- Updated
append_src
method ofTealReportCard
to not add additional "R Code" Subtitle.
- Added the
Archiver
class which enables saving and loading back theReport
in theshiny
session.
- Updated
append_fs
method in theTealReportCard
to accept alist
object.
- 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.
- Fixed how
trellis
plots are caught by theset_content
method in thePictureBlock
.
- Added
to_list
andfrom_list
methods to all content related classes. - Decoupled the
metadata
andcontent
in theReportCard
.
- Initialize the package.