NEWS
tidytlg 0.11.0.9000
- Exported functions
get_file_name() and insert_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() argument wcol now allows for a list of column width vectors when huxme is a list of tables.
gentlg() new argument footers_one_row which allows to merge footers as a single table row (default = FALSE)
tidytlg 0.11.0 (2025-12-19)
- Fixed RTF landscape tag (#54).
tidytlg 0.10.0 (2025-07-02)
- Fixed rounding bug (#44).
tidytlg 0.1.6 (2025-05-02)
- Fixed incorrect page size in landscape orientation (#47).
tidytlg 0.1.5 (2024-06-14)
- Updated
gentlg() to allow for passing multiple of either plots or tables to huxme. The function supports printing multiple of these object to .rtf files.
- Updated
gentlg() to support refined control over the appearance of bottom borders in tables via new arguments bottom_borders and border_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().
tidytlg 0.1.4 (2023-10-18)
- Update
getFileName.R to use the logrx package over the timber package.
tidytlg 0.1.3 (2023-08-31)
- Updated
tidytlg-package overall documentation to resolve a CRAN issue. (#21)
tidytlg 0.1.2 (2023-06-23)
- Fixed bug where the use of the
wcol argument in gentlg() would error when no formatting variables were present (#14).
gentlg() now supports multiple plots passed in the plotnames argument (#13).
- Fixed
check_args() function to remove some tests that were too strict (#12).
tidytlg 0.1.1 (2023-05-09)
- Updated
tidytlg.Rmd vignette to write to temp directory instead of user home directory.
tidytlg 0.1.0 (2023-05-05)
- Added a
NEWS.md file to track changes to the package.
- Initial release of
tidytlg.