CRAN 0.5.0
pander 0.5.0 (2014-10-27)
This is a major release with 200+ new commits since last version: v0.3.8...v0.5.0
Special thanks goes to Roman Tsegelskyi, who worked hard on various
parts of the package in Google Summer of Code 2014.
New features:
- no need to specify the
asis
option inknitr
chunks any more when callingpander
- show Pandoc command on error for easier debugging in document conversion
- supporting tables with more than 3 dimensions by converting those to 2D with
ftable
- optionally keep line breaks inside of cells (keep.line.breaks)
- optionally remove any markup from the table (plain.ascii)
- optionally do not highlight rownames (emphasize.rownames)
- flexible column width of tables
Pandoc
reference class updates on enabling the new features of the package
New classes supported by the pander
generic S3 method:
- CrossTable
- ts
- formula
- coxph
- zoo
- lme
- aovlist
- sessionInfo
- mtable
- survfit
- stat.table
- smooth.spline
- clogit
- rlm
- function
- microbenchmark
Updates:
- dual licensing the package with AGPLv3 and OSL based on user requrest
- defaults to cairo graphics device if available
- removed the
pandoc
alias forpander
to avoid conflict withknitr
pkg - replayPlot workaround for distributed R instances
- partial Rcpp rewrite of pandoc.table for increased performance
Fixes: