From 9e630f7c696f5f3b2f56c133fdca9221c5b221de Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Mon, 4 Nov 2024 14:51:16 -0500 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS.md | 1 + man/save_tt.Rd | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7d43a887..16e946be 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: tinytable Type: Package Title: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats Description: Create highly customized tables with this simple and dependency-free package. Data frames can be converted to 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', or 'Typst' tables. The user interface is minimalist and easy to learn. The syntax is concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. -Version: 0.5.0.3 +Version: 0.5.0.4 Imports: methods Depends: diff --git a/NEWS.md b/NEWS.md index 3eb5f8f5..c0fa0b71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ Misc: Bugs: * Typst notes returned an error since the last release. Thanks to @DominikVogel for report #357. +* Duplicate group labels are allowed in LaTeX with `group_tt()`. Thanks to @eeemda for report #362. ## 0.5.0 diff --git a/man/save_tt.Rd b/man/save_tt.Rd index 2f47f2b0..25e9f939 100644 --- a/man/save_tt.Rd +++ b/man/save_tt.Rd @@ -7,7 +7,7 @@ save_tt( x, output, - overwrite = get_option("tinytable_print_output", default = FALSE) + overwrite = get_option("tinytable_save_overwrite", default = FALSE) ) } \arguments{