From eccc47d308f917ef591dc28efca46fbc314b8a77 Mon Sep 17 00:00:00 2001 From: Duncan Murdoch Date: Thu, 29 Aug 2024 09:41:13 -0400 Subject: [PATCH] Add Authors@R --- DESCRIPTION | 7 +++++-- NEWS.md | 3 ++- cran-comments.md | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 772d6aa..aabaa02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,10 @@ Package: tables Title: Formula-Driven Table Generation -Version: 0.9.30 -Author: Duncan Murdoch +Version: 0.9.31 +Authors@R: person(given = "Duncan", + family = "Murdoch", + role = c("aut", "cre"), + email = "murdoch.duncan@gmail.com") Description: Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing. diff --git a/NEWS.md b/NEWS.md index ac116d9..2b4f0a3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ -# tables 0.9.30 +# tables 0.9.31 - In a few places `len` was used instead of `length.out` in calls to `rep()`, leading to warnings. Similarly, `rep` was used instead of `replace` in `sample()` (issue #28). - `tabular` assumed it was on the search list, and didn't work when called as `tables::tabular` (issue #30). +- Added `Authors@R` field to `DESCRIPTION`. # tables 0.9.28 diff --git a/cran-comments.md b/cran-comments.md index 6b333c8..79877f8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,7 @@ +# tables 0.9.31 + +Switch to `Authors@R`. + # tables 0.9.30 A small bug fix release.