diff --git a/DESCRIPTION b/DESCRIPTION index e30b117..00949c4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/NEWS.md b/NEWS.md index e1e5ff1..3e59cac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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). diff --git a/cran-comments.md b/cran-comments.md index 01fe1a4..fa94bf5 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/man/knit_print.tabular.Rd b/man/knit_print.tabular.Rd index 4a5e919..a51d014 100644 --- a/man/knit_print.tabular.Rd +++ b/man/knit_print.tabular.Rd @@ -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.