Skip to content

pander 0.6.1 (2017-08-06)

Compare
Choose a tag to compare
@daroczig daroczig released this 06 Aug 12:30
· 67 commits to master since this release

Maintainence release without major updates, but still 100+ commits since last version: v0.6.0...v0.6.1

New fetures:

  • placement of coefficients in pander.lm is now optional (#232)
  • cutoff overrides for the significance stars (#255)
  • row and columns names in pandoc.table (#281)

Fixes:

  • dplyr/tibble support (#234)
  • overriding p values with stars and fix significance stars markdown (#230)
  • don't update original markdown file when calling Pandoc.brew (#173)
  • column alignment of tables without a header (#233)
  • matrix coercion issues, eg date accidently converted to integer (#237)
  • formatting of multiple columns instead of the first one
  • pander.mtable fix after memisc update (#246)
  • keep.trailing.zeros regression bug (#259)
  • pandoc.formula with caption (#274)
  • show estimes of htest (#277)
  • rms update 0.5 fixes on reVector to reListclean

New classes supported by the pander generic S3 method:

Classes no longer supported by the pander generic S3 method:

  • due to the major updates in the memisc package, for at least temporarily, we have removed mtable support