Skip to content

pander 0.6.0 (2015-10-27)

Compare
Choose a tag to compare
@daroczig daroczig released this 26 Oct 06:44
· 198 commits to master since this release

This is a major release with 200+ new commits since last version: v0.5.2...v0.6.0

New fetures:

  • added logging for evals using futile.logger (#124)
  • added support for digits/round as a vector (#146)
  • added support for emphasize.verbatim (#221)
  • vignettes for pander, pandoc.table, knitr integration and evals

Fixes:

  • correct rendering for empty objects (#180)
  • correct emphasizing for rows (#176)
  • missing column and row titles in CrossTable (#163)
  • removal of calls to deprecated functions (#172)
  • correct rendering for horizontal mtables (#174)
  • correct splitting of tables based on style (#164)
  • correct rendering for rmarkdown tables with | (#186)
  • pandoc.list with zero element (#191)
  • assigning NULL to a list element in (pander|evals)Options
  • missing blank line in one-row multiline tables without header (#224)
  • adding p-value to htest tables (#227)
  • support for ggplot2 1.1.0 (pander and the unify.graphs)

New classes supported by the pander generic S3 method:

  • summary.table
  • randomForest
  • tabular
  • summary.lme
  • manova/summary.manova
  • gtable
  • nls/summary.nls
  • arima
  • survreg/summary.survreg
  • ols
  • rms
  • Glm
  • cph
  • lrm
  • summary.rms
  • polr/summary.polr

Other changes:

  • Pandoc.convert will not add a footer to the document by dafault (#173)
  • deprecating pander.return, pander.option and evals.option functions, use pander_return, panderOptions and evalsOptions instead (#229)