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.
rtf 0.4-13 (2014-08-07)
Added explicit imports and exports to resolve CRAN checks.
rtf 0.4-12 (2014-08-07)
Added color table.
rtf 0.4-11 (2013-11-12)
Changed to author to use Authors@R.
rtf 0.4-10 (2013-08-20)
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).
rtf 0.4-9 (2013-08-18)
Unreleased version.
rtf 0.4-8 (2013-06-04)
Added support for etables.
rtf 0.4-7 (2012-08-22)
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.
rtf 0.4-6 (2012-06-19)
Added xtable to suggests list.
rtf 0.4-5 (2012-06-17)
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.
rtf 0.4-4 (2012-04-11)
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.
rtf 0.4-3 (2011-10-03)
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.
rtf 0.4-2 (2011-09-05)
Updates to documentation. Added forest plot code.
rtf 0.4-1 (2011-09-04)
Added license file and fixed an inappropriate is.nan call on a data
frame.