Changes in version 2.6 (2024-01-22) o Add asciiCoefmat, which is similar to printCoefmat. Note that ascii:::escape.org() now replaces * withg \star{} so that the p-value stars can be read in Org Mode. Please provide feedback if this causes any issues. o Add ascii.microbenchmark. Changes in version 2.3 (2020-07-27) o New CRAN maintainer (with permission from @eusebe) o Removed cacheSweave code (multiple dependencies archived on CRAN) o Included weaver code internally (with permission from @seth) o Tidied up the documentation for CRAN submission Changes in version 2.2 NEW FEATURES o support summary.formula class from package Hmisc Changes in version 2.1 (2011-09-29) MINOR CHANGES o add some exports in NAMESPACE (RweaveAscii, interleave.matrix, paste.matrix, expand, tocharac) Changes in version 2.0 (2011-09-25) NEW FEATURES o +Report$export+ replaced by +Report$create+ (+export+ is a method already inherited in all Reference instances) o add +plim+ format to format p-values o +cbind.ascii+ now accepts any number of ascii objects MAJOR CHANGES o use Reference Classes instead of +proto+. +proto+ dependancy has been dropped BUG FIXES o fix +cbind.ascii+ with pandoc o fix +ascii.mtable+ when +summary.stats = FALSE+ o fix bug in textile caption o update all Sweave drivers to reflect recent changes in R, cacheSweave and weaver package