pander 0.6.0 (2015-10-27)
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: