The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
teal_card class that replaces
ReportCard R6 class. It retains all its functionalities in
a S4 with less complexity. It allows for easier modifications and
insertion of new report content.teal_report class that extends from
teal.data::teal_data that allows to keep contents of the
report card.teal_report is updated automatically with executed code
and its outputs are stored as well.flextable and gtsummary
objects.ReportCard.reporter_previewer_ui() and
reporter_previewer_srv() are deprecated and will be removed
in a future release. Please migrate to using the underlying shiny
modules independently:
report_load_ui(),
download_report_button_ui(),
reset_report_button_ui(), and
preview_report_button_ui()report_load_srv(),
download_report_button_srv(),
reset_report_button_srv(), and
preview_report_button_srv()finalize() methods to private in R6 classes.preview_report_button_ui and
preview_report_button_srv to create a shiny module that
creates a button to open the report previewer in a modal.shiny bookmarking mechanism, existing report cards will be
available in the restored application.shinybusy package.add_card_button_srv allows to specify
card_fun with label parameter for card’s title
& content customization.Rcode formatting using the suggested
formatR package in reports.TableBlock to convert tables into
flextables to show in rendered report.RcodeBlock block for a custom
rmarkdown r chunk.reporter_previewer_ui to contain just
id argument.AddCardModule comment input to have an
active cursor when adding a card.knitr options in the render
method in the Render class.append_src method of
TealReportCard to not add additional “R Code”
Subtitle.Archiver class which enables saving and
loading back the Report in the shiny
session.append_fs method in the
TealReportCard to accept a list object.ElementaryTree class in the
append_table method of ReportCard.card_fun
evaluation.card_fun
function in the add_card_button_srv module, the
card_fun could have any subset of the possible arguments
now.dim argument to the
append_plot method in ReportCard.Heatmap plots in
PictureBlock.append_encodings, append_src and
append_fs to automatically add titles.trellis plots are caught by the
set_content method in the PictureBlock.to_list and from_list methods to all
content related classes.metadata and content in the
ReportCard.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.