Skip to content

Commit

Permalink
Add Authors@R
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Aug 29, 2024
1 parent f0b6654 commit eccc47d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]")
Description: Computes and displays complex tables of summary statistics.
Output may be in LaTeX, HTML, plain text, or an R
matrix for further processing.
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# tables 0.9.31

Switch to `Authors@R`.

# tables 0.9.30

A small bug fix release.
Expand Down

0 comments on commit eccc47d

Please sign in to comment.