gtExtras (development version)
0.4.0.0005
- Add
get_row_index()
to assist in applying styles to specific rows visually - Refactor
last_row_id()
to useget_row_index()
internally.
0.4.0.9004
- Refactor
gt_index()
to respect multiple groups - closes Issue #58 - thanks @jmbarbone ! - Refactor
tab_style_by_grp()
to respect multiple groups
0.4.0.9003
- Add NA handling to
gt_plt_conf_int()
- closes #52 - Update readme content to reflect latest documentation
- Remove
use_paletteer
argument from documentation (inline operation in function) - Convert
 
to
infmt_symbol_first()
andfmt_pad_num()
, convert tests to match - Update documentation for
gt_img_circle()
- Add
gt_theme_pff()
for Pro Football Focus style tables - Add a
"pff"
palette option togt_color_box()
- Add new arguments to
gt_merge_stack()
per issue 53 - Bulk update of examples sections and updated images
- Remove background color from label in
gt_plt_conf_int()
- closes #54 - Add
gt_index()
to internals ofgt_merge_stack()
to prevent incorrect arrangement when grouping data - closes issue #55 - Corrected
gt_plt_sparkline()
where in some cases inline plots weren’t respecting shared limits.
gtExtras 0.3.9
- Renamed colors arg in
gt_merge_stack()
to be ‘palette’ - Renamed colors arg in
gt_plt_bullet()
to be ‘palette’ - Renamed pal arg in
gt_plt_sparkline()
to be ‘palette’
gtExtras 0.3.8
- Renamed
colors
argument ingt_win_loss()
topalette
- Added NA handling to all
fontawesome::fa()
functions, iegt_fa_rank_change()
,gt_fa_repeats()
,gt_fa_column()
- Add missing data handling to more plotting functions
- Refactor testing to use
webshot2::webshot()
overwebshot::webshot()
- Remove
gt_sparkline()
- functions separated intogt_plt_sparkline()
andgt_plt_dist()
gtExtras 0.3.7
- Added basic support in
gt_plt_summary()
for dates/times. - Updated tests for
gt_plt_summary()
to include dates/times
gtExtras 0.3.6
- Remove
use_paletteer
arg fromgt_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 thepaletteer
“type” argument per issue #50
gtExtras 0.3.4
- Add initial version of a
gt_plt_summary()
function, as inspired by the Observable/SummaryTable function. -
gt_sparkline()
will be removed soon now thatbstfun
/gtsummary
are no longer depending on it.gt_plt_dist()
andgt_plt_sparkline()
will be the new preferred and enhanced versions ofgt_sparkline()
. - Add tests for
gt_plt_summary()
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.5
- Updated
gt_theme_guardian()
to work with zero-length tables per Issue 41
gtExtras 0.2.4
- Added a
NEWS.md
file to track changes to the package.
Bug Fixes prior to 0.2.4
Use
gt_index
to prevent incorrect ordering of rows withgt_plt_bar_pct()
per StackOverflow reportRemove
keep_column
argument forgt_plt_bullet
, this functionality is able to be achieved withgt_duplicate_column()
upstream. This also solves naming confusion as seen in issue 37