- Exported functions
get_file_name()andinsert_empty_rows(). - Updated
gentlg_single()to replace, in the first column of tables/listings headers, every leading whitespace with 90 twips (0.0625 inches) left-indentation RTF markup. gentlg()argumentwcolnow allows for a list of column width vectors whenhuxmeis a list of tables.
- Fixed RTF landscape tag (#54).
- Fixed rounding bug (#44).
- Fixed incorrect page size in landscape orientation (#47).
- Updated
gentlg()to allow for passing multiple of either plots or tables tohuxme. The function supports printing multiple of these object to.rtffiles. - Updated
gentlg()to support refined control over the appearance of bottom borders in tables via new argumentsbottom_bordersandborder_fns. See documentation for these arguments for more information. - Adjusted the text accompanying the page numbers to correctly reflect the contents of the printed documents produced by
gentlg().
- Update
getFileName.Rto use thelogrxpackage over the timber package.
- Updated
tidytlg-packageoverall documentation to resolve a CRAN issue. (#21)
- Fixed bug where the use of the
wcolargument ingentlg()would error when no formatting variables were present (#14). gentlg()now supports multiple plots passed in theplotnamesargument (#13).- Fixed
check_args()function to remove some tests that were too strict (#12).
- Updated
tidytlg.Rmdvignette to write to temp directory instead of user home directory.
- Added a
NEWS.mdfile to track changes to the package. - Initial release of
tidytlg.