Skip to content

condformat 0.7.0

Compare
Choose a tag to compare
@zeehio zeehio released this 20 Oct 16:52
· 156 commits to main since this release
  • Add a new condformat API, that is based on tidy evaluation principles and
    leverages on rlang and tidyselect. The old API is still fully functional but
    deprecated.
  • Add a rule_css to let the user specify arbitrary CSS fields. For this rule
    there is no support for PDF or Excel output.
  • Improve condformat2excel to export to a specific Excel sheet (#11)
  • Fix condformat2latex and add regression test (#9)
  • Fix rescale and rescale_mid calls (recent scales use a S3 generic, so we need
    to import it)