gridify 0.8.1
CRAN release: 2026-06-03
New features
- Added vertical anchoring for the gridify object inside its cell via the new
vjustslot ofgridifyObject()and theobject_vjustargument ofsimple_layout(),complex_layout(),pharma_layout_base(),pharma_layout_A4()andpharma_layout_letter().0aligns the object to the bottom,0.5(default) centers it, and1anchors it to the top of the cell. Most useful for fixed-size grobs such asgtandflextabletables. Whenvjust != 0.5is used with a fixed-size grob the viewport is sized togrid::grobHeight()and theheightslot ofgridifyObject()is ignored. For fixed-size tables, edge values (0or1) place the table directly against the object-row edge; add spacer rows in custom layouts or use inset values such as0.05or0.95if nearby text appears too close. Reported and proposed by Monika Beh. - Added support for
fill_empty = NAin thepaginate_table()function.
Bug fixes
- When
fill_emptyin thepaginate_table()function is a character value, the final paginated table now coerces columns to character before filling empty cells (#20).
Miscellaneous
- Added section on pipeline security and PDF searchability to
README.md,gridifyvignette, andtransparencyvignette. - Added the active lifecycle badge to
README.mdfile (#17).
gridify 0.7.7
CRAN release: 2026-02-05
- Updated
README.mdfile. - Updated description how to convert points to pixels, example in
README.mdfile. - Removed
rtablesexamples as installation ofrtables.officerrequires R >= 4.4.0. - Added the base R
grDevicesinDESCRIPTIONfileImports.
gridify 0.7.5
CRAN release: 2025-11-13
- Added new
paginate_table()helper function to simplify splitting data frames into pages for multi-page tables. - Updated multi-page vignette to demonstrate the new
paginate_table()function. - Updated
README.mdfile.
gridify 0.7.4
CRAN release: 2025-08-28
- Updated
export_tomethod examples to not usedontrun. - Added doi in the DESCRIPTION file.
