Skip to contents

gtExtras (development version)

gtExtras 0.5.0

CRAN release: 2023-09-15

gtExtras 0.4.5

CRAN release: 2022-11-28

  • Refactor many functions to account for upstream changes in gt v0.8.0
  • Add a palette_col argument to gt_plt_bullet() to accept a named column of palette colors as present in the data. Fixed #72
  • Fix internals of gt_theme_pff() to use table.font.size inside tab_options() rather than tab_style(). Fixed #74
  • Fix a few instances of geom_line() and geom_v/hline() that were throwing warnings for ggplot2 v3.4.0
  • Refactor internals of fmt_pad_num to align with @mrcaseb implementation https://gist.github.com/mrcaseb/f0f85b48df7957c27c4205cafccbc5a2
  • Refactor many functions that use lines with size parameter, to avoid ggplot2 v.3.4.0 deprecation warnings (affects gt_plt_bar, gt_pct_bar, gt_plt_dist, gt_plt_conf_int, gt_plt_percentile_dot, gt_plt_point, gt_plt_sparkline, gt_win_loss)

gtExtras 0.4.3

CRAN release: 2022-11-05

gtExtras 0.4.2

CRAN release: 2022-09-03

  • Rebuild docs with latest roxygen2 to fix HTML documentation issues on CRAN
  • Add gt_img_multi_rows() courtesy of Ryan Timpe per #63
  • Add “alt” argument to man_get_image_tag() helper - solves CRAN HTML issues for missing alt-text
  • Use alt-text on gt_plt_summary() and gt_plt_winloss()

gtExtras 0.4.1

CRAN release: 2022-07-13

gtExtras 0.4.0

CRAN release: 2022-06-09

  • Prep for and submit initial CRAN release :fingers-crossed:

gtExtras 0.3.9

gtExtras 0.3.8

gtExtras 0.3.7

gtExtras 0.3.6

  • Remove use_paletteer arg from gt_color_rows() in favor of a hopefully more user friendly detection of ::
  • Convert gt_color_rows() ‘type’ argument to ‘pal_type’ to prevent an edge-case where a column named type conflicts with the paletteer “type” argument per issue #50

gtExtras 0.3.4

gtExtras 0.3.3

  • Add webshot2 as a dependency now that it’s on CRAN!

gtExtras 0.3.2

  • Remove scales::scales_label_si() in favor of scales::label_number(scale_cut = cut_scale_short()) as the previous function was deprecated. Thanks to @mrcaseb for pointing out in Issue 48

gtExtras 0.3

  • Add Daniel Sjoberg as a contributor in honor of their major assistance with preparation towards CRAN
  • Move past 0.2 release into a “next stop CRAN”… hopefully
  • Vendor additional unexported functions from gt with attribution

gtExtras 0.2.7

  • Bring in webshot2 as a remote dependency suggest and minor changes to clean up some R checks, thanks to a PR from the great Daniel Sjoberg.

  • Correct an internal bug in gt_plt_dist() which was failing for plotting integers.

gtExtras 0.2.6

  • Exchange webshot for webshot2 to enhance capabilities. Note that webshot2 is GitHub only, install via: remotes::install_github("rstudio/webshot2"). This solves issue #42.

gtExtras 0.2.5

gtExtras 0.2.4

  • Added a NEWS.md file to track changes to the package.

Bug Fixes prior to 0.2.4