diff --git a/DESCRIPTION b/DESCRIPTION index 310b5e5..3560eac 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tables Title: Formula-Driven Table Generation -Version: 0.9.22 +Version: 0.9.23 Author: Duncan Murdoch Description: Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R diff --git a/NEWS.md b/NEWS.md index 95483c3..b1582a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,12 @@ -# tables 0.9.22 +# tables 0.9.23 - `PlusMinus()` and `Paste()` didn't handle formatting properly when multiple columns were involved (issue #13). - `toLatex()` with a non-empty `file` argument didn't write to file properly. (Reported by Reinhard Kerschner and F. Hortner.) - In some cases `All()` would give an error (issue #17). +- `toTinytable()` function has been added to work with the +`tinytable` package. # tables 0.9.17