condformat 0.7.0 ---------------------------------------------------------------- * 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) condformat 0.6.0 ---------------------------------------------------------------- * Fix tibble formatting issues, causing package malfunction. * Bugfix: theme_htmlTable() now accepts the css.cell argument (thanks to 鱼飞灰 for reporting it) * Require latest htmlTable. Improve/fix printing of condformat condformat 0.5.0 ---------------------------------------------------------------- * Shiny support: Add condformatOutput and renderCondformat. Closes #3. - Use pagination in shiny if recent enough htmlTable package is installed. * PDF support: Fix extra NULL when printing. Closes #4. * Demote xlsx (and rJava) to Suggests. * Fix standard evaluation functions, they now use formulas. See the examples (Reported in #5). * Fix Excel export (fixed in 80440ecfd16fb74e3e0aa4c6ebc623ad2ae74b15, reported in #7) condformat 0.4.0 ---------------------------------------------------------------- * Excel export support with condformat2excel condformat 0.3.0 ---------------------------------------------------------------- * PDF support: Export table to LaTeX using knitr. * Fix examples for full compatibility with dplyr 0.5.0 condformat 0.2.0 ---------------------------------------------------------------- * First CRAN submission * Add theme_htmlTable to pass custom formatting options to htmlTable. * Improve knitr compatibility condformat 0.1.1 ---------------------------------------------------------------- * Change to a ggplot-like syntax