diff --git a/NAMESPACE b/NAMESPACE index 83108d2e..295d8aa7 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -158,6 +158,7 @@ importFrom(stats,coef) importFrom(stats,cycle) importFrom(stats,end) importFrom(stats,frequency) +importFrom(stats,ftable) importFrom(stats,naprint) importFrom(stats,pchisq) importFrom(stats,pt) diff --git a/R/pandoc.R b/R/pandoc.R index 930d2b3b..d127b728 100644 --- a/R/pandoc.R +++ b/R/pandoc.R @@ -526,6 +526,7 @@ pandoc.list <- function(...) #' @export #' @useDynLib pander #' @importFrom Rcpp evalCpp +#' @importFrom stats ftable #' @aliases pandoc.table #' @seealso \code{\link{set.caption}}, \code{\link{set.alignment}} #' @note If \code{caption} is missing, then the value is first checked in \code{t} object's \code{caption} attribute and if not found in an internal buffer set by \code{link{set.caption}}. \code{justify} parameter works similarly, see \code{\link{set.alignment}} for details.