From 4b77b5246778372a1dc6d6a651b555a31db2e13f Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Tue, 30 Jan 2024 21:18:43 -0500 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index b6576148..201a39e7 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 concise. 'HTML' tables can be customized using the flexible 'Bootstrap' framework, and 'LaTeX' code with the 'tabularray' package. -Version: 0.0.2.9004 +Version: 0.0.2.9005 Depends: R (>= 4.1.0) Enhances: diff --git a/NEWS.md b/NEWS.md index 314772ac..a8e0c10e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,7 @@ New: - `notes` argument in `tt()` can insert superscript markers inside cells to refer to notes at the bottom of the page. - `tt(x, notes = list("*" = list(i = 0:1, j = 2, text = "Hello world)))` - `notes` agument in `tt()` now works wth Markdown and Word, but must be a single string. +- `group_tt()` can be called multiple times to create mult-row headers. ## 0.0.2