rlistings 0.2.1
Enhancements
- Extend page-size machinery in pagination by allowing the page specification (
page_type,pg_width,pg_height,font_family,font_size) to be transformed intolpp(lines per page) andcpp(characters per page). - New function
export_as_txtto support output saved in plain text. -
colsargument renamed todisp_colsin the functionas_listing. - New argument
non_disp_colsin the functionas_listing. -
disp_colsargument now defaults to all columns not included inkey_cols. - Columns named in
key_colsno longer need to also be listed indisp_cols. - Pagination is now calculated based on formatted cells values (including wrapping) rather than raw cell contents.
- Key columns are now guaranteed to be the leftmost columns (both stored and displayed) in
listing_dfobjects. - Added tests for
paginate_listing. - Added development cycle with
lifecyclesupport, and experimental badges. - Added initial installments for
checkmateassertion support. - Added a main package page with all the relevant imports and descriptions (
rlistings-package). - Added “Get Started” vignette and updated README.
- Added
markdownsupport to all functions.