v0.3.4
nlines
now accepts bothcolwidths
andmax_width
, defaulting toNULL
for bothpag_indices_inner
,find_pag
andvalid_pag
now accepthave_col_fnotes
anddiv_height
arguments- fix bug which lead to insightsengineering/rtables#414 (
nlines("", <non-null>)
threw an error - paginate related generics now accept max_width for use in ensuring pagination now takes wordwrapping into account for titles and footers.
- nlines character method has changed, not takes the sum of the nlines of its elements instead of the max in the case of a vector of length > 1
- new
wrap_title_footer
function for use on everything which implements the generic interface we design. - export new
page_dim
function which returns values of page dims for a named type. tf_wrap
functionality now breaks up words that are too large with respect to surrounding wordwrapping.tf_wrap
behavior no longer emits a warning when breaking up 'words' larger thanmax_width
tf_wrap
max_width = "auto"
now sets themax_width
tosum(widths) + table_inset(x)
instead ofsum(widths)
- Experimental
tf_wrap
functionality added totoString
MatrixPrintForm
method MatrixPrintForm
class now includes atable_inset
element- Add
table_inset
andtable_inset<-
generics now exported toString
now respectstable_inset
values set on aMatrixPrintForm
object- Use
exact=TRUE
for all calls toattr
in accessor functions. - length-zero values of
na_str
are now silently interpreted as the default value ("NA"
),
as are any missing values inna_str
of length > 0. - adding wrapping of titles, subtitles, and footers.
page_lcpp
function now provided to map page size and font combinations to lines
and characters per page.- getters and setters for the components of
MatrixPrintForm
objects are now exported
(i.e.,mf_spans
and friends). na_str
can now be length >1, and is matched positionally to NAs in that case.format_value
now returns solely thena_str
value when all-NA values are formatted with certain formats
(currently"(N=xx)"
,">999.9"
,">999.99"
,"x.xxxx | (<0.0001)"
)
What's Changed
- New main .0.3.3 by @arkadiuszbeer in #37
- Na behavior change by @gmbecker in #38
- As CRAN by @arkadiuszbeer in #39
- Wrapping titles and footnotes automatically by @Melkiades in #46
- adding col_gap stress test for auto by @Melkiades in #52
- v0.3.4 release by @cicdguy in #54
New Contributors
- @arkadiuszbeer made their first contribution in #37
- @Melkiades made their first contribution in #46
Full Changelog: v0.3.1...v0.3.4