Releases: nutterb/lazyWeave
Releases · nutterb/lazyWeave
Broken Air Conditioner
BACK COMPATIBILITY ISSUES
- When loading the package, the new default for lazyReportFormat is 'markdown'.
- Another global option was added named 'lazyWeave_cat`. When set to TRUE,
the output will be wrapped within cat inside the function. cat will also
be added as an argument to the table and figure generating functions. It
will not be added within the prose generating functions, since those should
not be used in code blocks anyway. This should not affect legacy code. is.significant
is nowis_significant
.
FEATURE CHANGES
- markdown support. YAY!!!
cattable
,conttable
, andcatconttable
now accepttbl_df
objects in
thedata
argument.- 'lazy.matrix' now prints column names in bold text.
- 'pvalue.QHS' is being removed and replaced with 'pvalString'. 'pvalue.QHS'
was not exported, so this shouldn't have much effect on back compatibility.
'pvalString' will be exported and will include options for different
styles of pvalue formatting. - Additional arguments have been added to 'write.ctable' and 'write.univ' that
control the formatting of p-values.
BUG FIXES
- Additional arguments are added to 'write.univ' to allow suppression of the
pvalue column.
Mud Puddles
Improvements for markdown, upgrades to documentation, and preparations to add functionality for beamer
class slides.