Skip to content

condformat 0.10.0

Compare
Choose a tag to compare
@zeehio zeehio released this 26 Nov 11:25
· 20 commits to main since this release

New features

  • condformat2grob() function takes an optional draw=TRUE parameter which
    controls whether the grob is immediately drawn during the function call.
    draw=FALSE allows easier use in composite figures with
    gridExtra::grid.arrange() or ggpubr::ggarrange() (@interzoneboy, #31)

Other

  • Replace tidyselect::vars_select() (questioning) with tidyselect::eval_select()
  • Avoid drawing plots on tests, use vdiffr instead.