Changelog
Source:NEWS.md
rlistings 0.2.0
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_txt
to support output saved in plain text. -
cols
argument renamed todisp_cols
in the functionas_listing
. - New argument
non_disp_cols
in the functionas_listing
. -
disp_cols
argument now defaults to all columns not included inkey_cols
. - Columns named in
key_cols
no 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_df
objects. - Added tests for
paginate_listing
. - Added development cycle with
lifecycle
support, and experimental badges. - Added initial installments for
checkmate
assertion support. - Added a main package page with all the relevant imports and descriptions (
rlistings-package
). - Added “Get Started” vignette and updated README.
- Added
markdown
support to all functions.