From d42468c5d35c23ebdadcbacad813434c73cda233 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Wed, 27 Mar 2024 15:39:06 -0400 Subject: [PATCH] 0.2.1 --- DESCRIPTION | 2 +- NEWS.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c851fb15..526075c2 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.2.0.9003 +Version: 0.2.1 Imports: methods Depends: diff --git a/NEWS.md b/NEWS.md index 19ef9d01..62f2f447 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,9 +1,9 @@ # News -## Development +## 0.2.1 +* RStudio displays table in HTML viewer by default when the `rstudioapi` package is available. * `colnames` and `colnames<-` are now exported functions. -* RStudio displays table in HTML viewer instead of markdown in the console. * `tt()` supports data.frame-like objects which also inherit from other classes, ex: `marginaleffects::slopes()` ## 0.2.0