Coerce R object to 'asciidoc', 'txt2tags', 'restructuredText', 'org', 'textile' or 'pandoc' syntax. Package comes with a set of drivers for 'Sweave'.
2011/09/22
* major internal change: use Reference Classes instead of +proto+. +proto+ dependancy has been dropped
* +Report$export+ replaced by +Report$create+ (+export+ is a method already inherited in all Reference instances)
* add +plim+ format to format p-values
* +cbind.ascii+ now accepts any number of ascii objects
* fix +cbind.ascii+ with pandoc
* fix +ascii.mtable+ when +summary.stats = FALSE+
* fix bug in textile caption
* update all Sweave drivers to reflect changes in R, cacheSweave and weaver package
2011/05/12
2011/04/17
* R >= 2.13 required
* refactor all Sweave drivers to fix a bug with keep.source = TRUE
2011/03/04
2011/03/04
* fix another bug with mac: now open files with command 'open'
* method for stat.table objects (package Epi)
2011/03/02
2011/02/26
* export and Report functions: use asciidoc, a2x, txt2tags, pandoc or markdown2pdf to export R objects to files
* pandoc support (thanks to Matti Pastell)
* add ability to change opening and closing text of chunk (Sweave option +begin+ and +end+)
* l/r/t/bgroup with org and t2t
* align support with t2t
2010/07/08
2010/06/02
* Fix bug with one row table and factors
2010/05/19
2010/05/14
* Fix bug in org export: +\vert+ replace +\|+
2010/04/20
2010/02/05
* textile support
* fix a bug in asciidoc labeled list, when labels begin with a number
* fix bug with RweaveDrivers when split = TRUE
2009/11/28
2009/11/25
* fix several bugs in +ascii.freqtable+ and +ascii.meanscomp+
* fix several bugs in asciidoc table header
2009/11/24
2009/10/28
* "results=ascii" for all drivers
* method for +ftable+ objects
* method for +packageDescription+ objects
* method for +sessionInfo+ objects
* fix warning with asciidoc list output
2009/10/24
2009/10/24
* version 0.3
* +list.type+ can be +"label"+
* +ascii.simple.list+ method
* +rownames+ and +colnames+ arguments
* +cgroup+ for txt2tags output
* improve col alignment in txt2tags output
* http://sphinx.pocoo.org/[sphinx] driver and output
* http://orgmode.org/[org] driver and output
* improve row and col span (cgroup and rgroup)
* remove +SweaveAscii()+ function
* +Asciidoc()+, +T2t()+, +Sphinx()+ and +Org()+ (wrapper for +Sweave("file.Rnw", RweaveXxx)+)
2009/07/16
2009/05/11
* +\SweaveOpts{}+ now works
* add +SweaveSyntaxAscii+ (+SweaveOpts:[]+, +Sexpr:[]+)
* add a simple wrapper for +Sweave()+ (+SweaveAscii()+) that use +RweaveAsciidoc+ and +SweaveSyntaxAscii+ as default
2009/04/27
2009/04/08
* update DESCRIPTION (with homepage)
* support for +describe+ function in package +Hmisc+