Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.31 release #33

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
12 changes: 6 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# tables 0.9.28
# tables 0.9.31

Fixed note about man page links to knitr pages.
Switch to `Authors@R`.

# tables 0.9.27
# tables 0.9.30

This is a small bug fix release. It also contains a fix for the
error reported by CRAN on June 21 to work with an update to the
formatters package.
A small bug fix release.

There are no issues reported on CRAN about the previous version.
Loading