Skip to content

condformat 0.8.0

Compare
Choose a tag to compare
@zeehio zeehio released this 29 Oct 14:22

condformat 0.8.0

New features:

  • rule_fill_bar (HTML, for now)
  • rule_text_bold (HTML, PDF)
  • rule_text_color (HTML, PDF)
  • theme_htmlWidget (HTML) Customize the number of entries and the widget size.
  • theme_kable (PDF) pass options to kable
  • theme_caption (HTML, PDF) Set a caption.
  • condformat2grob: Engine to render tables as graphics
  • Shiny: renderCondformat works with async promises (if htmlwidgets 1.3 is available)

Deprecations:

  • Deprecate: theme_htmlTable now only accepts arguments to be passed to
    htmlTable::htmlTable. Before, it could also be used to accept
    number_of_entries, width, height... to customize the widget appearence.
    For that use case, please use theme_htmlWidget instead.
  • Deprecate: condformat2widget will not accept arguments to customize the
    appearance of the widget. Use theme_htmlWidget instead.

Other

  • Replace dependency: Use grDevices instead of gplots
  • Depend on knitr 1.18: slidy and other rmarkdown formats are properly detected (#13)
  • Drop rJava from suggests (xlsx fix released)
  • Bump rlang dependency (parse_quosure -> parse_expr) (#18, Thanks to @lionel-
    for the advice and code review!)
  • Internal: More modular code. CSS tags to LaTeX conversion is based on
    S3 methods so new rules don't need to touch the code for LaTeX export.