NEWS.md

gt (development version)

tab_footnote() and tab_style() now give better error messages when locations is not correctly specified (@olivroy, #475, #1638 , #1640).

gt 0.10.1

Improvements to nanoplots

Minor improvements and bug fixes

gt 0.10.0

Nanoplots

Other great new features

Improvements to the Word output format

Documentation enhancements

Minor improvements and bug fixes

gt 0.9.0

New features

Documentation enhancements

Minor improvements and bug fixes

gt 0.8.0

New features

r dplyr::tibble(x = c("**a**", "b", "*c*"), y = c("*A*", "*B*", "*B*"), z = 1:3) %>% gt(rowname_col = "x", groupname_col = "y", process_md = TRUE)

Minor improvements and bug fixes

gt 0.7.0

New features

Minor improvements and bug fixes

gt 0.6.0

New features

gt 0.5.0

New features

Minor improvements and bug fixes

gt 0.4.0

New features

Minor improvements and bug fixes

gt 0.3.1

New features

Minor improvements and bug fixes

gt 0.3.0

This release focuses on improvements to two main areas:

  1. Better RTF output support:

    • RTF table generation is now fit for use following an extensive rewrite of internal RTF rendering functions.
    • RTF table output with gtsave(..., "<file>.rtf") and as_rtf() now has much more feature parity compared to HTML tables; we can now add summary rows, format table text with Markdown via fmt_markdown(), and expect tables that look acceptable in Word and text editors that are RTF-compatible.
  2. Implementation of tidyselect semantics:

    • References to columns (by way of the columns argument in many gt functions) now better adhere to tidyselect semantics.
    • Instead of using columns = vars(a, b), we now use columns = c(a, b) (columns = c("a", "b") also works, and this type of expression always has been an option in gt).
    • Other tidyselect idioms should also work; things like using where() to target columns (e.g., gt(exibble) %>% cols_hide(columns = where(is.numeric)) will hide all numeric columns) and negation (e.g., columns = -c(a, b)) function as expected.

Breaking changes and deprecations

New features

Minor improvements

Bug fixes

gt 0.2.2

New features

Minor improvements and bug fixes

gt 0.2.1

gt 0.2.0.5

gt 0.1.0 (unreleased)



rstudio/gt documentation built on April 29, 2024, 10:37 p.m.