Changes in version 0.4-15 (2026-07-12) - Maintenance taken over by Kyun-Seop Bae; original author Michael E. Schaffer retained as author and copyright holder. - Rd examples now write to tempdir() instead of the working directory, per CRAN policy (the reason for the previous archival). - Default text font kept as 'Courier New' (\ffmodern, \f2) and the double-byte width balancing is disabled (\dntblnsbdb) so monospace alignment holds for 2-byte (e.g. CJK) text. - Dropped the unused gsubfn from Suggests; used inherits() instead of comparing class() to a string. Changes in version 0.4-13 (2018-05-17) - Added explicit imports and exports to resolve CRAN checks. Changes in version 0.4-12 - Added color table. Changes in version 0.4-11 (2013-11-12) - Changed to author to use Authors@R. Changes in version 0.4-10 (2013-08-21) - Changed imports to include R.methodsS3. - Changed license to GPL. - Moved gsubfn to Suggests instead of Depends. - Removed dependency that forced X-windows start when the library was loaded. - Removed 'methods' dependency (thanks to Henrik Bengtsson for help). Changes in version 0.4-9 - Unreleased version. Changes in version 0.4-8 - Added support for etables. Changes in version 0.4-7 - Added table of contents support. - Added page number support in footers. - Added right justify for numeric values in tables. - Added full Greek alphabet to .convert function. Changes in version 0.4-6 (2012-06-19) - Added xtable to suggests list. Changes in version 0.4-5 - Corrected an incorrect Greek symbol substitution and added support for full Greek alphabet. - Fixed hidden method documentation with Rdoc annotation: @keyword -internal. - Added package vignette. Changes in version 0.4-4 (2012-05-12) - Added documentation to output ggplot2 plots. - Added generic addPng method for inserting existing images. - Fixed output of some UTF-8 symbols method that were not being escaped properly. - Fixed a problem with the row.names parameter in addTable for data.frames. Changes in version 0.4-3 (2011-11-02) - Added NAMESPACE as required for packages in R-2.14.0. - Added parameter to rotate lattice plots in RTF output. - Added parameter for automatic column width detection in tables. - Fixed output of data.frame row names in addTable method. Changes in version 0.4-2 (2011-09-07) - Updates to documentation. Added forest plot code. Changes in version 0.4-1 - Added license file and fixed an inappropriate is.nan call on a data frame. Changes in version 0.4-0 - Submission to CRAN.