NEWS
ascii 2.6 (2024-01-22)
- 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.
- Add ascii.microbenchmark.
ascii 2.3 (2020-07-27)
- New CRAN maintainer (with permission from @eusebe)
- Removed cacheSweave code (multiple dependencies archived on CRAN)
- Included weaver code internally (with permission from @seth)
- Tidied up the documentation for CRAN submission
ascii 2.2
NEW FEATURES
- support summary.formula class from package Hmisc
ascii 2.1 (2011-09-29)
MINOR CHANGES
- add some exports in NAMESPACE (RweaveAscii, interleave.matrix, paste.matrix, expand, tocharac)
ascii 2.0 (2011-09-25)
NEW FEATURES
- +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
MAJOR CHANGES
- use Reference Classes instead of +proto+. +proto+ dependancy has been dropped
BUG FIXES
- fix +cbind.ascii+ with pandoc
- fix +ascii.mtable+ when +summary.stats = FALSE+
- fix bug in textile caption
- update all Sweave drivers to reflect recent changes in R, cacheSweave and weaver package