Skip to content

Commit

Permalink
Merge pull request #27 from dmurdoch/links
Browse files Browse the repository at this point in the history
Fix note about links to knitr man pages.
  • Loading branch information
dmurdoch authored Jun 26, 2024
2 parents 19459bb + be2d232 commit 376e404
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
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

0 comments on commit 376e404

Please sign in to comment.