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

Fix note about links to knitr man pages. #27

Merged
merged 1 commit into from
Jun 26, 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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tables
Title: Formula-Driven Table Generation
Version: 0.9.27
Version: 0.9.28
Author: Duncan Murdoch
Description: Computes and displays complex tables of summary statistics.
Output may be in LaTeX, HTML, plain text, or an R
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tables 0.9.27
# tables 0.9.28

- A factor level of `""` caused an error when displayed. It will
now be changed to `" "` for display (issue #19).
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.28

Fixed note about man page links to knitr pages.

# tables 0.9.27

This is a small bug fix release. It also contains a fix for the
Expand Down
4 changes: 2 additions & 2 deletions man/knit_print.tabular.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ be called by \pkg{knitr} while processing a \file{.Rmd} or \file{.Rnw} document.

If \code{table_options()$knit_print} is \code{TRUE} and the output
format is supported, this method will prepare output suitable for
formatted printing in a \pkg{knitr} document using \code{\link{asis_output}}. Otherwise,
the usual unformatted print display will be done by \code{\link{normal_print}}.
formatted printing in a \pkg{knitr} document using \code{\link[knitr]{asis_output}}. Otherwise,
the usual unformatted print display will be done by \code{\link[knitr]{normal_print}}.
}
\value{
An object marked for printing in a \pkg{knitr} document.
Expand Down
Loading