From 71770d47898d70c09c6011c06829dea7d359220f Mon Sep 17 00:00:00 2001 From: Roman Tsegelskyi Date: Mon, 8 Jun 2015 03:55:59 +0300 Subject: [PATCH] Removed calls to pander.return + roxygenize --- NAMESPACE | 2 +- R/S3.R | 10 +++++----- R/brew.R | 2 +- R/evals.R | 6 +++--- R/options.R | 2 +- inst/tests/test-missing.R | 12 ++++++------ man/Pandoc-class.Rd | 2 +- man/Pandoc.brew.Rd | 2 +- man/Pandoc.convert.Rd | 2 +- man/add.blank.lines.Rd | 2 +- man/add.lattice.grid.Rd | 2 +- man/add.lattice.xsubticks.Rd | 2 +- man/add.minor.ticks.Rd | 2 +- man/add.significance.stars.Rd | 2 +- man/brew.Rd | 2 +- man/cache.off.Rd | 2 +- man/check_caption.Rd | 2 +- man/emphasize.rows.Rd | 2 +- man/eval.msgs.Rd | 2 +- man/evals.Rd | 8 ++++---- man/evalsOptions.Rd | 4 ++-- man/get.alignment.Rd | 2 +- man/get.caption.Rd | 2 +- man/get.emphasize.Rd | 2 +- man/get.storage.Rd | 2 +- man/has.rownames.Rd | 2 +- man/openFileInOS.Rd | 2 +- man/p.Rd | 2 +- man/pander.CrossTable.Rd | 2 +- man/pander.Date.Rd | 2 +- man/pander.NULL.Rd | 2 +- man/pander.POSIXct.Rd | 2 +- man/pander.POSIXlt.Rd | 2 +- man/pander.Rd | 2 +- man/pander.anova.Rd | 2 +- man/pander.aov.Rd | 2 +- man/pander.aovlist.Rd | 2 +- man/pander.call.Rd | 2 +- man/pander.cast_df.Rd | 2 +- man/pander.character.Rd | 2 +- man/pander.clogit.Rd | 2 +- man/pander.coxph.Rd | 2 +- man/pander.data.frame.Rd | 2 +- man/pander.default.Rd | 2 +- man/pander.density.Rd | 2 +- man/pander.describe.Rd | 2 +- man/pander.evals.Rd | 2 +- man/pander.factor.Rd | 2 +- man/pander.formula.Rd | 2 +- man/pander.ftable.Rd | 2 +- man/pander.function.Rd | 2 +- man/pander.glm.Rd | 2 +- man/pander.htest.Rd | 2 +- man/pander.image.Rd | 2 +- man/pander.list.Rd | 2 +- man/pander.lm.Rd | 2 +- man/pander.lme.Rd | 2 +- man/pander.logical.Rd | 2 +- man/pander.matrix.Rd | 2 +- man/pander.microbenchmark.Rd | 2 +- man/pander.mtable.Rd | 2 +- man/pander.numeric.Rd | 2 +- man/pander.option.Rd | 2 +- man/pander.prcomp.Rd | 2 +- man/pander.rapport.Rd | 2 +- man/pander.return.Rd | 4 ++-- man/pander.rlm.Rd | 2 +- man/pander.sessionInfo.Rd | 2 +- man/pander.smooth.spline.Rd | 2 +- man/pander.stat.table.Rd | 2 +- man/pander.summary.aov.Rd | 2 +- man/pander.summary.aovlist.Rd | 2 +- man/pander.summary.glm.Rd | 2 +- man/pander.summary.lm.Rd | 2 +- man/pander.summary.prcomp.Rd | 2 +- man/pander.survdiff.Rd | 2 +- man/pander.survfit.Rd | 2 +- man/pander.table.Rd | 2 +- man/pander.tabular.Rd | 2 +- man/pander.ts.Rd | 2 +- man/pander.vector.Rd | 2 +- man/pander.zoo.Rd | 2 +- man/panderOptions.Rd | 2 +- man/pander_return.Rd | 2 +- man/pandoc.date.return.Rd | 2 +- man/pandoc.emphasis.return.Rd | 2 +- man/pandoc.footnote.return.Rd | 2 +- man/pandoc.formula.return.Rd | 2 +- man/pandoc.header.return.Rd | 2 +- man/pandoc.horizontal.rule.return.Rd | 2 +- man/pandoc.image.return.Rd | 2 +- man/pandoc.indent.Rd | 2 +- man/pandoc.link.return.Rd | 2 +- man/pandoc.list.return.Rd | 2 +- man/pandoc.p.return.Rd | 2 +- man/pandoc.strikeout.return.Rd | 2 +- man/pandoc.strong.return.Rd | 2 +- man/pandoc.table.return.Rd | 2 +- man/pandoc.title.return.Rd | 2 +- man/pandoc.verbatim.return.Rd | 2 +- man/redraw.recordedplot.Rd | 2 +- man/redrawPlot.Rd | 2 +- man/remove.extra.newlines.Rd | 2 +- man/repChar.Rd | 2 +- man/set.alignment.Rd | 2 +- man/set.caption.Rd | 2 +- man/splitLine.Rd | 2 +- man/trim.spaces.Rd | 2 +- man/wrap.Rd | 2 +- 109 files changed, 125 insertions(+), 125 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 4df5d065..91e7414e 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,4 +1,4 @@ -# Generated by roxygen2 (4.1.1): do not edit by hand +# Generated by roxygen2 (4.1.0): do not edit by hand S3method(pander,"NULL") S3method(pander,"function") diff --git a/R/S3.R b/R/S3.R index 838852c6..5e048d00 100644 --- a/R/S3.R +++ b/R/S3.R @@ -106,7 +106,7 @@ pander <- function(x = NULL, ...) { } -#' Deprecated pander_return +#' Deprecated pander.return #' #' This is a wrapper function around \code{pander} but instead of printing to \code{stdout}, this function returns a character vector of the captured lines. #' @param ... everything passed to \code{pander} @@ -1185,7 +1185,7 @@ pander.describe <- function(x, caption = attr(x, 'caption'), short = TRUE, split z <- w else z <- paste(z, w, sep = ', ') } - val <- pander.return(z) + val <- pander_return(z) } else { dim.val <- dim(val) if (is.null(dim.val)) { @@ -1450,9 +1450,9 @@ pander.sessionInfo <- function (x, locale = TRUE, compact = TRUE, ...) { } if (compact) { - attached.base.packages <- pander.return(x$basePkgs, quote = FALSE, ...) - other.attached.packages <- pander.return(mkLabel(x, 'otherPkgs'), quote = FALSE, ...) - load.via.namespaces <- pander.return(mkLabel(x, 'loadedOnly'), quote = FALSE, ...) + attached.base.packages <- pander_return(x$basePkgs, quote = FALSE, ...) + other.attached.packages <- pander_return(mkLabel(x, 'otherPkgs'), quote = FALSE, ...) + load.via.namespaces <- pander_return(mkLabel(x, 'loadedOnly'), quote = FALSE, ...) } else { attached.base.packages <- pandoc.list.return(x$basePkgs, add.end.of.list = FALSE, ...) other.attached.packages <- pandoc.list.return(mkLabel(x, 'otherPkgs'), add.end.of.list = FALSE, ...) diff --git a/R/brew.R b/R/brew.R index af0601a1..04a31f35 100644 --- a/R/brew.R +++ b/R/brew.R @@ -104,7 +104,7 @@ Pandoc.brew <- function(file = stdin(), output = stdout(), convert = FALSE, open ## format 'em for (r in res) { - r.pander <- tryCatch(pander.return(r), error = function(e) e) + r.pander <- tryCatch(pander_return(r), error = function(e) e) if (inherits(r.pander, 'error')) r.pander <- paste0('Internal `pander` error: `', r.pander$message, '` while running: `', r$src,'`\n\nPlease [report the issue](https://github.com/Rapporter/pander/issues/new) with a reproducible example to help developers fix this ASAP.') r$output <- r.pander diff --git a/R/evals.R b/R/evals.R index 7de02354..eab4b603 100644 --- a/R/evals.R +++ b/R/evals.R @@ -553,10 +553,10 @@ eval.msgs <- function(src, env = NULL, showInvisible = FALSE, graph.unify = eval #' #' ## hooks #' txt <- 'runif(1:4); matrix(runif(25), 5, 5); 1:5' -#' hooks <- list('numeric' = round, 'matrix' = pander.return) +#' hooks <- list('numeric' = round, 'matrix' = pander_return) #' evals(txt, hooks = hooks) #' ## using pander's default hook -#' evals(txt, hooks = list('default' = pander.return)) +#' evals(txt, hooks = list('default' = pander_return)) #' evals('22/7', hooks = list('numeric' = round)) #' evals('matrix(runif(25), 5, 5)', hooks = list('matrix' = round)) #' @@ -589,7 +589,7 @@ eval.msgs <- function(src, env = NULL, showInvisible = FALSE, graph.unify = eval #' #' # hooks & filtering #' evals('matrix(5,5,5)', -#' hooks = list('matrix' = pander.return), +#' hooks = list('matrix' = pander_return), #' output = 'result') #' #' # eval-ing chunks in given environment diff --git a/R/options.R b/R/options.R index a0334401..77b4658a 100644 --- a/R/options.R +++ b/R/options.R @@ -316,7 +316,7 @@ pander.option <- function(x, ...) { #' \item \code{cache.time}: number of seconds to limit caching based on \code{proc.time}. If set to \code{0}, all R commands, if set to \code{Inf}, none is cached (despite the \code{cache} parameter). #' \item \code{cache.copy.images}: copy images to new files if an image is returned from cache? If set to \code{FALSE} (default) the "old" path would be returned. #' \item \code{classes}: a vector or list of classes which should be returned. If set to \code{NULL} (by default) all R objects will be returned. -#' \item \code{hooks}: list of hooks to be run for given classes in the form of \code{list(class = fn)}. If you would also specify some parameters of the function, a list should be provided in the form of \code{list(fn, param1, param2=NULL)} etc. So the hooks would become \code{list(class1=list(fn, param1, param2=NULL), ...)}. See examples of \code{\link{evals}}. A default hook can be specified too by setting the class to \code{'default'}. This can be handy if you do not want to define separate methods/functions to each possible class, but automatically apply the default hook to all classes not mentioned in the list. You may also specify only one element in the list like: \code{hooks=list('default' = pander.return)}. Please note, that nor error/warning messages, nor stdout is captured (so: updated) while running hooks! +#' \item \code{hooks}: list of hooks to be run for given classes in the form of \code{list(class = fn)}. If you would also specify some parameters of the function, a list should be provided in the form of \code{list(fn, param1, param2=NULL)} etc. So the hooks would become \code{list(class1=list(fn, param1, param2=NULL), ...)}. See examples of \code{\link{evals}}. A default hook can be specified too by setting the class to \code{'default'}. This can be handy if you do not want to define separate methods/functions to each possible class, but automatically apply the default hook to all classes not mentioned in the list. You may also specify only one element in the list like: \code{hooks=list('default' = pander_return)}. Please note, that nor error/warning messages, nor stdout is captured (so: updated) while running hooks! #' \item \code{length}: any R object exceeding the specified length will not be returned. The default value (\code{Inf}) does not filter out any R objects. #' \item \code{output}: a character vector of required returned values. This might be useful if you are only interested in the \code{result}, and do not want to save/see e.g. \code{messages} or \code{print}ed \code{output}. See examples of \code{\link{evals}}. #' \item \code{graph.unify}: should \code{evals} try to unify the style of (\code{base}, \code{lattice} and \code{ggplot2}) plots? If set to \code{TRUE}, some \code{panderOptions()} would apply. By default this is disabled not to freak out useRs :) diff --git a/inst/tests/test-missing.R b/inst/tests/test-missing.R index dce3b3d8..c7715941 100644 --- a/inst/tests/test-missing.R +++ b/inst/tests/test-missing.R @@ -7,16 +7,16 @@ pom <- panderOptions('missing') panderOptions('missing', '') test_that('replacing missing values works with string', { - expect_equal(pander.return(c(1, NA)), "_1_ and __") - expect_equal(paste(pander.return(list(1, NA)), collapse = '\n'), "\n\n * _1_\n * \n\n\n\n") - expect_equal(paste(pander.return(data.frame(a=1:2, b=c(1, NA), c=c(NA, 'z'))), collapse = '\n'), "\n-----------------------\n a b c \n--- --------- ---------\n 1 1 \n\n 2 z \n-----------------------\n") + expect_equal(pander_return(c(1, NA)), "_1_ and __") + expect_equal(paste(pander_return(list(1, NA)), collapse = '\n'), "\n\n * _1_\n * \n\n\n\n") + expect_equal(paste(pander_return(data.frame(a=1:2, b=c(1, NA), c=c(NA, 'z'))), collapse = '\n'), "\n-----------------------\n a b c \n--- --------- ---------\n 1 1 \n\n 2 z \n-----------------------\n") }) panderOptions('missing', '') test_that('suppressing missing values works', { - expect_equal(pander.return(c(1, NA)), "_1_ and __") - expect_equal(paste(pander.return(list(1, NA)), collapse = '\n'), "\n\n * _1_\n *\n\n\n\n") - expect_equal(paste(pander.return(data.frame(a=1:2, b=c(1, NA), c=c(NA, 'z'))), collapse = '\n'), "\n-----------\n a b c \n--- --- ---\n 1 1 \n\n 2 z \n-----------\n") + expect_equal(pander_return(c(1, NA)), "_1_ and __") + expect_equal(paste(pander_return(list(1, NA)), collapse = '\n'), "\n\n * _1_\n *\n\n\n\n") + expect_equal(paste(pander_return(data.frame(a=1:2, b=c(1, NA), c=c(NA, 'z'))), collapse = '\n'), "\n-----------\n a b c \n--- --- ---\n 1 1 \n\n 2 z \n-----------\n") }) panderOptions('missing', pom) diff --git a/man/Pandoc-class.Rd b/man/Pandoc-class.Rd index 0cbbfeef..36745da3 100644 --- a/man/Pandoc-class.Rd +++ b/man/Pandoc-class.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/R5.R \docType{class} \name{Pandoc-class} diff --git a/man/Pandoc.brew.Rd b/man/Pandoc.brew.Rd index f5a1b475..012dae8a 100644 --- a/man/Pandoc.brew.Rd +++ b/man/Pandoc.brew.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/brew.R \name{Pandoc.brew} \alias{Pandoc.brew} diff --git a/man/Pandoc.convert.Rd b/man/Pandoc.convert.Rd index c16e84be..6c1b6807 100644 --- a/man/Pandoc.convert.Rd +++ b/man/Pandoc.convert.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/convert.R \name{Pandoc.convert} \alias{Pandoc.convert} diff --git a/man/add.blank.lines.Rd b/man/add.blank.lines.Rd index 21b571f4..1d9f9e92 100644 --- a/man/add.blank.lines.Rd +++ b/man/add.blank.lines.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{add.blank.lines} \alias{add.blank.lines} diff --git a/man/add.lattice.grid.Rd b/man/add.lattice.grid.Rd index 48c1e579..d3285e2d 100644 --- a/man/add.lattice.grid.Rd +++ b/man/add.lattice.grid.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/graph.R \name{add.lattice.grid} \alias{add.lattice.grid} diff --git a/man/add.lattice.xsubticks.Rd b/man/add.lattice.xsubticks.Rd index 2b5804fe..44725d54 100644 --- a/man/add.lattice.xsubticks.Rd +++ b/man/add.lattice.xsubticks.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/graph.R \name{add.lattice.xsubticks} \alias{add.lattice.xsubticks} diff --git a/man/add.minor.ticks.Rd b/man/add.minor.ticks.Rd index 0176c776..d4f62c9b 100644 --- a/man/add.minor.ticks.Rd +++ b/man/add.minor.ticks.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/graph.R \name{add.minor.ticks} \alias{add.minor.ticks} diff --git a/man/add.significance.stars.Rd b/man/add.significance.stars.Rd index 205aae82..dfffea1c 100644 --- a/man/add.significance.stars.Rd +++ b/man/add.significance.stars.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{add.significance.stars} \alias{add.significance.stars} diff --git a/man/brew.Rd b/man/brew.Rd index 8be38729..ee860f9a 100644 --- a/man/brew.Rd +++ b/man/brew.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/brew.R \name{brew} \alias{brew} diff --git a/man/cache.off.Rd b/man/cache.off.Rd index 61f8f4df..ff40cf6f 100644 --- a/man/cache.off.Rd +++ b/man/cache.off.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{cache.off} \alias{cache.off} diff --git a/man/check_caption.Rd b/man/check_caption.Rd index 70d72b72..ea0d232b 100644 --- a/man/check_caption.Rd +++ b/man/check_caption.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{check_caption} \alias{check_caption} diff --git a/man/emphasize.rows.Rd b/man/emphasize.rows.Rd index a14daade..e01854d4 100644 --- a/man/emphasize.rows.Rd +++ b/man/emphasize.rows.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{emphasize.rows} \alias{emphasize.cells} diff --git a/man/eval.msgs.Rd b/man/eval.msgs.Rd index 1706eccc..1d5d1b59 100644 --- a/man/eval.msgs.Rd +++ b/man/eval.msgs.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/evals.R \name{eval.msgs} \alias{eval.msgs} diff --git a/man/evals.Rd b/man/evals.Rd index 9111cd46..21d7c94c 100644 --- a/man/evals.Rd +++ b/man/evals.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/evals.R \name{evals} \alias{evals} @@ -247,10 +247,10 @@ evals(txt, classes = c('numeric', 'list')) ## hooks txt <- 'runif(1:4); matrix(runif(25), 5, 5); 1:5' -hooks <- list('numeric' = round, 'matrix' = pander.return) +hooks <- list('numeric' = round, 'matrix' = pander_return) evals(txt, hooks = hooks) ## using pander's default hook -evals(txt, hooks = list('default' = pander.return)) +evals(txt, hooks = list('default' = pander_return)) evals('22/7', hooks = list('numeric' = round)) evals('matrix(runif(25), 5, 5)', hooks = list('matrix' = round)) @@ -283,7 +283,7 @@ evals('matrix(1,1,1)', length = 1, classes = 'numeric') # hooks & filtering evals('matrix(5,5,5)', - hooks = list('matrix' = pander.return), + hooks = list('matrix' = pander_return), output = 'result') # eval-ing chunks in given environment diff --git a/man/evalsOptions.Rd b/man/evalsOptions.Rd index d0c960a9..bf97f502 100644 --- a/man/evalsOptions.Rd +++ b/man/evalsOptions.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/options.R \name{evalsOptions} \alias{evals.option} @@ -26,7 +26,7 @@ The following \code{evals} options are available: \item \code{cache.time}: number of seconds to limit caching based on \code{proc.time}. If set to \code{0}, all R commands, if set to \code{Inf}, none is cached (despite the \code{cache} parameter). \item \code{cache.copy.images}: copy images to new files if an image is returned from cache? If set to \code{FALSE} (default) the "old" path would be returned. \item \code{classes}: a vector or list of classes which should be returned. If set to \code{NULL} (by default) all R objects will be returned. - \item \code{hooks}: list of hooks to be run for given classes in the form of \code{list(class = fn)}. If you would also specify some parameters of the function, a list should be provided in the form of \code{list(fn, param1, param2=NULL)} etc. So the hooks would become \code{list(class1=list(fn, param1, param2=NULL), ...)}. See examples of \code{\link{evals}}. A default hook can be specified too by setting the class to \code{'default'}. This can be handy if you do not want to define separate methods/functions to each possible class, but automatically apply the default hook to all classes not mentioned in the list. You may also specify only one element in the list like: \code{hooks=list('default' = pander.return)}. Please note, that nor error/warning messages, nor stdout is captured (so: updated) while running hooks! + \item \code{hooks}: list of hooks to be run for given classes in the form of \code{list(class = fn)}. If you would also specify some parameters of the function, a list should be provided in the form of \code{list(fn, param1, param2=NULL)} etc. So the hooks would become \code{list(class1=list(fn, param1, param2=NULL), ...)}. See examples of \code{\link{evals}}. A default hook can be specified too by setting the class to \code{'default'}. This can be handy if you do not want to define separate methods/functions to each possible class, but automatically apply the default hook to all classes not mentioned in the list. You may also specify only one element in the list like: \code{hooks=list('default' = pander_return)}. Please note, that nor error/warning messages, nor stdout is captured (so: updated) while running hooks! \item \code{length}: any R object exceeding the specified length will not be returned. The default value (\code{Inf}) does not filter out any R objects. \item \code{output}: a character vector of required returned values. This might be useful if you are only interested in the \code{result}, and do not want to save/see e.g. \code{messages} or \code{print}ed \code{output}. See examples of \code{\link{evals}}. \item \code{graph.unify}: should \code{evals} try to unify the style of (\code{base}, \code{lattice} and \code{ggplot2}) plots? If set to \code{TRUE}, some \code{panderOptions()} would apply. By default this is disabled not to freak out useRs :) diff --git a/man/get.alignment.Rd b/man/get.alignment.Rd index 5030c642..efaa2eec 100644 --- a/man/get.alignment.Rd +++ b/man/get.alignment.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{get.alignment} \alias{get.alignment} diff --git a/man/get.caption.Rd b/man/get.caption.Rd index 3466be93..4abcf4a0 100644 --- a/man/get.caption.Rd +++ b/man/get.caption.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{get.caption} \alias{get.caption} diff --git a/man/get.emphasize.Rd b/man/get.emphasize.Rd index 138fe137..824ae28c 100644 --- a/man/get.emphasize.Rd +++ b/man/get.emphasize.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{get.emphasize} \alias{get.emphasize} diff --git a/man/get.storage.Rd b/man/get.storage.Rd index 6aa13d52..cc6dd1ed 100644 --- a/man/get.storage.Rd +++ b/man/get.storage.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{get.storage} \alias{get.storage} diff --git a/man/has.rownames.Rd b/man/has.rownames.Rd index 64e53426..4aac483f 100644 --- a/man/has.rownames.Rd +++ b/man/has.rownames.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{has.rownames} \alias{has.rownames} diff --git a/man/openFileInOS.Rd b/man/openFileInOS.Rd index 5f75d268..dc8166d9 100644 --- a/man/openFileInOS.Rd +++ b/man/openFileInOS.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/convert.R \name{openFileInOS} \alias{openFileInOS} diff --git a/man/p.Rd b/man/p.Rd index 3947acae..3b0806c6 100644 --- a/man/p.Rd +++ b/man/p.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{p} \alias{p} diff --git a/man/pander.CrossTable.Rd b/man/pander.CrossTable.Rd index bcad8d8e..971f07fd 100644 --- a/man/pander.CrossTable.Rd +++ b/man/pander.CrossTable.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.CrossTable} \alias{pander.CrossTable} diff --git a/man/pander.Date.Rd b/man/pander.Date.Rd index ff906ccd..15df8167 100644 --- a/man/pander.Date.Rd +++ b/man/pander.Date.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.Date} \alias{pander.Date} diff --git a/man/pander.NULL.Rd b/man/pander.NULL.Rd index a28d3a17..20cd247e 100644 --- a/man/pander.NULL.Rd +++ b/man/pander.NULL.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.NULL} \alias{pander.NULL} diff --git a/man/pander.POSIXct.Rd b/man/pander.POSIXct.Rd index 7563506f..32266b17 100644 --- a/man/pander.POSIXct.Rd +++ b/man/pander.POSIXct.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.POSIXct} \alias{pander.POSIXct} diff --git a/man/pander.POSIXlt.Rd b/man/pander.POSIXlt.Rd index 28d1aa2b..cb22ed10 100644 --- a/man/pander.POSIXlt.Rd +++ b/man/pander.POSIXlt.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.POSIXlt} \alias{pander.POSIXlt} diff --git a/man/pander.Rd b/man/pander.Rd index f9f60359..82104036 100644 --- a/man/pander.Rd +++ b/man/pander.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander} \alias{pander} diff --git a/man/pander.anova.Rd b/man/pander.anova.Rd index aa105837..5132cc6d 100644 --- a/man/pander.anova.Rd +++ b/man/pander.anova.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.anova} \alias{pander.anova} diff --git a/man/pander.aov.Rd b/man/pander.aov.Rd index 96cbdab2..d599a25b 100644 --- a/man/pander.aov.Rd +++ b/man/pander.aov.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.aov} \alias{pander.aov} diff --git a/man/pander.aovlist.Rd b/man/pander.aovlist.Rd index 225bd9a2..1d895416 100644 --- a/man/pander.aovlist.Rd +++ b/man/pander.aovlist.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.aovlist} \alias{pander.aovlist} diff --git a/man/pander.call.Rd b/man/pander.call.Rd index f65dc08f..2899c6ec 100644 --- a/man/pander.call.Rd +++ b/man/pander.call.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.call} \alias{pander.call} diff --git a/man/pander.cast_df.Rd b/man/pander.cast_df.Rd index 75850a1f..5ae0de05 100644 --- a/man/pander.cast_df.Rd +++ b/man/pander.cast_df.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.cast_df} \alias{pander.cast_df} diff --git a/man/pander.character.Rd b/man/pander.character.Rd index 5d06ce99..50246d56 100644 --- a/man/pander.character.Rd +++ b/man/pander.character.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.character} \alias{pander.character} diff --git a/man/pander.clogit.Rd b/man/pander.clogit.Rd index 04f6bbb7..7e436397 100644 --- a/man/pander.clogit.Rd +++ b/man/pander.clogit.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.clogit} \alias{pander.clogit} diff --git a/man/pander.coxph.Rd b/man/pander.coxph.Rd index 3856151f..514bf357 100644 --- a/man/pander.coxph.Rd +++ b/man/pander.coxph.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.coxph} \alias{pander.coxph} diff --git a/man/pander.data.frame.Rd b/man/pander.data.frame.Rd index 358e97ce..f172e52a 100644 --- a/man/pander.data.frame.Rd +++ b/man/pander.data.frame.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.data.frame} \alias{pander.data.frame} diff --git a/man/pander.default.Rd b/man/pander.default.Rd index ddc2e5ef..6846bdf0 100644 --- a/man/pander.default.Rd +++ b/man/pander.default.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.default} \alias{pander.default} diff --git a/man/pander.density.Rd b/man/pander.density.Rd index 5215b167..4db985c6 100644 --- a/man/pander.density.Rd +++ b/man/pander.density.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.density} \alias{pander.density} diff --git a/man/pander.describe.Rd b/man/pander.describe.Rd index 92dbd3bf..ed05c107 100644 --- a/man/pander.describe.Rd +++ b/man/pander.describe.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.describe} \alias{pander.describe} diff --git a/man/pander.evals.Rd b/man/pander.evals.Rd index 7f7d822c..ebd448c1 100644 --- a/man/pander.evals.Rd +++ b/man/pander.evals.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.evals} \alias{pander.evals} diff --git a/man/pander.factor.Rd b/man/pander.factor.Rd index 4e1fcd6d..ded04b75 100644 --- a/man/pander.factor.Rd +++ b/man/pander.factor.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.factor} \alias{pander.factor} diff --git a/man/pander.formula.Rd b/man/pander.formula.Rd index 67cba201..ed2451f0 100644 --- a/man/pander.formula.Rd +++ b/man/pander.formula.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.formula} \alias{pander.formula} diff --git a/man/pander.ftable.Rd b/man/pander.ftable.Rd index b1eabee5..7e68af0f 100644 --- a/man/pander.ftable.Rd +++ b/man/pander.ftable.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.ftable} \alias{pander.ftable} diff --git a/man/pander.function.Rd b/man/pander.function.Rd index bcef7f05..3f5f2260 100644 --- a/man/pander.function.Rd +++ b/man/pander.function.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.function} \alias{pander.function} diff --git a/man/pander.glm.Rd b/man/pander.glm.Rd index 188e64f0..3df85bda 100644 --- a/man/pander.glm.Rd +++ b/man/pander.glm.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.glm} \alias{pander.glm} diff --git a/man/pander.htest.Rd b/man/pander.htest.Rd index 264ba191..8d37e870 100644 --- a/man/pander.htest.Rd +++ b/man/pander.htest.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.htest} \alias{pander.htest} diff --git a/man/pander.image.Rd b/man/pander.image.Rd index 8e4a5d54..018a3d0d 100644 --- a/man/pander.image.Rd +++ b/man/pander.image.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.image} \alias{pander.image} diff --git a/man/pander.list.Rd b/man/pander.list.Rd index 79b68931..7723b144 100644 --- a/man/pander.list.Rd +++ b/man/pander.list.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.list} \alias{pander.list} diff --git a/man/pander.lm.Rd b/man/pander.lm.Rd index d114280f..18e85210 100644 --- a/man/pander.lm.Rd +++ b/man/pander.lm.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.lm} \alias{pander.lm} diff --git a/man/pander.lme.Rd b/man/pander.lme.Rd index ae6f65c3..965fe542 100644 --- a/man/pander.lme.Rd +++ b/man/pander.lme.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.lme} \alias{pander.lme} diff --git a/man/pander.logical.Rd b/man/pander.logical.Rd index b35ec4e9..bba08dc2 100644 --- a/man/pander.logical.Rd +++ b/man/pander.logical.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.logical} \alias{pander.logical} diff --git a/man/pander.matrix.Rd b/man/pander.matrix.Rd index 72c219e7..7031a392 100644 --- a/man/pander.matrix.Rd +++ b/man/pander.matrix.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.matrix} \alias{pander.matrix} diff --git a/man/pander.microbenchmark.Rd b/man/pander.microbenchmark.Rd index 690931ad..22bb2401 100644 --- a/man/pander.microbenchmark.Rd +++ b/man/pander.microbenchmark.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.microbenchmark} \alias{pander.microbenchmark} diff --git a/man/pander.mtable.Rd b/man/pander.mtable.Rd index d6a87f3c..341611e4 100644 --- a/man/pander.mtable.Rd +++ b/man/pander.mtable.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.mtable} \alias{pander.mtable} diff --git a/man/pander.numeric.Rd b/man/pander.numeric.Rd index eb5a8e37..493f196f 100644 --- a/man/pander.numeric.Rd +++ b/man/pander.numeric.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.numeric} \alias{pander.numeric} diff --git a/man/pander.option.Rd b/man/pander.option.Rd index 2a623931..06a23091 100644 --- a/man/pander.option.Rd +++ b/man/pander.option.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/options.R \name{pander.option} \alias{pander.option} diff --git a/man/pander.prcomp.Rd b/man/pander.prcomp.Rd index b5e37564..cfd6c977 100644 --- a/man/pander.prcomp.Rd +++ b/man/pander.prcomp.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.prcomp} \alias{pander.prcomp} diff --git a/man/pander.rapport.Rd b/man/pander.rapport.Rd index 6d5c0e99..f1eda29e 100644 --- a/man/pander.rapport.Rd +++ b/man/pander.rapport.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.rapport} \alias{pander.rapport} diff --git a/man/pander.return.Rd b/man/pander.return.Rd index 12ee56b4..60fe7de4 100644 --- a/man/pander.return.Rd +++ b/man/pander.return.Rd @@ -1,8 +1,8 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.return} \alias{pander.return} -\title{Deprecated pander_return} +\title{Deprecated pander.return} \usage{ pander.return(...) } diff --git a/man/pander.rlm.Rd b/man/pander.rlm.Rd index 8cc40b7a..ddb224c5 100644 --- a/man/pander.rlm.Rd +++ b/man/pander.rlm.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.rlm} \alias{pander.rlm} diff --git a/man/pander.sessionInfo.Rd b/man/pander.sessionInfo.Rd index e56c654a..691dd2d9 100644 --- a/man/pander.sessionInfo.Rd +++ b/man/pander.sessionInfo.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.sessionInfo} \alias{pander.sessionInfo} diff --git a/man/pander.smooth.spline.Rd b/man/pander.smooth.spline.Rd index bf777a59..c83fe007 100644 --- a/man/pander.smooth.spline.Rd +++ b/man/pander.smooth.spline.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.smooth.spline} \alias{pander.smooth.spline} diff --git a/man/pander.stat.table.Rd b/man/pander.stat.table.Rd index a96cc412..f773b474 100644 --- a/man/pander.stat.table.Rd +++ b/man/pander.stat.table.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.stat.table} \alias{pander.stat.table} diff --git a/man/pander.summary.aov.Rd b/man/pander.summary.aov.Rd index 1f2bcdd8..2200d75b 100644 --- a/man/pander.summary.aov.Rd +++ b/man/pander.summary.aov.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.summary.aov} \alias{pander.summary.aov} diff --git a/man/pander.summary.aovlist.Rd b/man/pander.summary.aovlist.Rd index 2d2c510e..9106e851 100644 --- a/man/pander.summary.aovlist.Rd +++ b/man/pander.summary.aovlist.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.summary.aovlist} \alias{pander.summary.aovlist} diff --git a/man/pander.summary.glm.Rd b/man/pander.summary.glm.Rd index 6f8589a7..c7828aa5 100644 --- a/man/pander.summary.glm.Rd +++ b/man/pander.summary.glm.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.summary.glm} \alias{pander.summary.glm} diff --git a/man/pander.summary.lm.Rd b/man/pander.summary.lm.Rd index 2d9fb9d7..937d001c 100644 --- a/man/pander.summary.lm.Rd +++ b/man/pander.summary.lm.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.summary.lm} \alias{pander.summary.lm} diff --git a/man/pander.summary.prcomp.Rd b/man/pander.summary.prcomp.Rd index 6e05570b..3c3208f7 100644 --- a/man/pander.summary.prcomp.Rd +++ b/man/pander.summary.prcomp.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.summary.prcomp} \alias{pander.summary.prcomp} diff --git a/man/pander.survdiff.Rd b/man/pander.survdiff.Rd index 92f2d148..84b40665 100644 --- a/man/pander.survdiff.Rd +++ b/man/pander.survdiff.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.survdiff} \alias{pander.survdiff} diff --git a/man/pander.survfit.Rd b/man/pander.survfit.Rd index ba7c6bf6..a616a0fb 100644 --- a/man/pander.survfit.Rd +++ b/man/pander.survfit.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.survfit} \alias{pander.survfit} diff --git a/man/pander.table.Rd b/man/pander.table.Rd index 841ab2b5..8a312897 100644 --- a/man/pander.table.Rd +++ b/man/pander.table.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.table} \alias{pander.table} diff --git a/man/pander.tabular.Rd b/man/pander.tabular.Rd index 2f4ab348..e34216a3 100644 --- a/man/pander.tabular.Rd +++ b/man/pander.tabular.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.tabular} \alias{pander.tabular} diff --git a/man/pander.ts.Rd b/man/pander.ts.Rd index 7f4d2d37..d21bc9e3 100644 --- a/man/pander.ts.Rd +++ b/man/pander.ts.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.ts} \alias{pander.ts} diff --git a/man/pander.vector.Rd b/man/pander.vector.Rd index 5fd150f6..29b0e10a 100644 --- a/man/pander.vector.Rd +++ b/man/pander.vector.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.vector} \alias{pander.vector} diff --git a/man/pander.zoo.Rd b/man/pander.zoo.Rd index 03f1fd44..7e4d7985 100644 --- a/man/pander.zoo.Rd +++ b/man/pander.zoo.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander.zoo} \alias{pander.zoo} diff --git a/man/panderOptions.Rd b/man/panderOptions.Rd index c12e15c7..9a0f93ac 100644 --- a/man/panderOptions.Rd +++ b/man/panderOptions.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/options.R \name{panderOptions} \alias{panderOptions} diff --git a/man/pander_return.Rd b/man/pander_return.Rd index a7f99384..46a9224b 100644 --- a/man/pander_return.Rd +++ b/man/pander_return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/S3.R \name{pander_return} \alias{pander_return} diff --git a/man/pandoc.date.return.Rd b/man/pandoc.date.return.Rd index 61259961..833bc2f7 100644 --- a/man/pandoc.date.return.Rd +++ b/man/pandoc.date.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.date.return} \alias{pandoc.date} diff --git a/man/pandoc.emphasis.return.Rd b/man/pandoc.emphasis.return.Rd index 0a8f871e..2d53a1be 100644 --- a/man/pandoc.emphasis.return.Rd +++ b/man/pandoc.emphasis.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.emphasis.return} \alias{pandoc.emphasis} diff --git a/man/pandoc.footnote.return.Rd b/man/pandoc.footnote.return.Rd index 4b4b1d79..050542eb 100644 --- a/man/pandoc.footnote.return.Rd +++ b/man/pandoc.footnote.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.footnote.return} \alias{pandoc.footnote} diff --git a/man/pandoc.formula.return.Rd b/man/pandoc.formula.return.Rd index 2d2e5a09..6e4a8a10 100644 --- a/man/pandoc.formula.return.Rd +++ b/man/pandoc.formula.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.formula.return} \alias{pandoc.formula} diff --git a/man/pandoc.header.return.Rd b/man/pandoc.header.return.Rd index 8b08699f..4f377b3f 100644 --- a/man/pandoc.header.return.Rd +++ b/man/pandoc.header.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.header.return} \alias{pandoc.header} diff --git a/man/pandoc.horizontal.rule.return.Rd b/man/pandoc.horizontal.rule.return.Rd index 15e83262..4615cb54 100644 --- a/man/pandoc.horizontal.rule.return.Rd +++ b/man/pandoc.horizontal.rule.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.horizontal.rule.return} \alias{pandoc.horizontal.rule} diff --git a/man/pandoc.image.return.Rd b/man/pandoc.image.return.Rd index a98d3b1d..d3125706 100644 --- a/man/pandoc.image.return.Rd +++ b/man/pandoc.image.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.image.return} \alias{pandoc.image} diff --git a/man/pandoc.indent.Rd b/man/pandoc.indent.Rd index 0f10d225..f1caaaa1 100644 --- a/man/pandoc.indent.Rd +++ b/man/pandoc.indent.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.indent} \alias{pandoc.indent} diff --git a/man/pandoc.link.return.Rd b/man/pandoc.link.return.Rd index 3bd150b3..85f31eed 100644 --- a/man/pandoc.link.return.Rd +++ b/man/pandoc.link.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.link.return} \alias{pandoc.link} diff --git a/man/pandoc.list.return.Rd b/man/pandoc.list.return.Rd index 3830cef7..272567bb 100644 --- a/man/pandoc.list.return.Rd +++ b/man/pandoc.list.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.list.return} \alias{pandoc.list} diff --git a/man/pandoc.p.return.Rd b/man/pandoc.p.return.Rd index df931808..3c8c124c 100644 --- a/man/pandoc.p.return.Rd +++ b/man/pandoc.p.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.p.return} \alias{pandoc.p} diff --git a/man/pandoc.strikeout.return.Rd b/man/pandoc.strikeout.return.Rd index c0e44989..46114be4 100644 --- a/man/pandoc.strikeout.return.Rd +++ b/man/pandoc.strikeout.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.strikeout.return} \alias{pandoc.strikeout} diff --git a/man/pandoc.strong.return.Rd b/man/pandoc.strong.return.Rd index 16397356..e3c968c9 100644 --- a/man/pandoc.strong.return.Rd +++ b/man/pandoc.strong.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.strong.return} \alias{pandoc.strong} diff --git a/man/pandoc.table.return.Rd b/man/pandoc.table.return.Rd index d96c64ff..8e0fabac 100644 --- a/man/pandoc.table.return.Rd +++ b/man/pandoc.table.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.table.return} \alias{pandoc.table} diff --git a/man/pandoc.title.return.Rd b/man/pandoc.title.return.Rd index d5914102..c6ad2cc1 100644 --- a/man/pandoc.title.return.Rd +++ b/man/pandoc.title.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.title.return} \alias{pandoc.title} diff --git a/man/pandoc.verbatim.return.Rd b/man/pandoc.verbatim.return.Rd index 8539309f..5ce358c3 100644 --- a/man/pandoc.verbatim.return.Rd +++ b/man/pandoc.verbatim.return.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/pandoc.R \name{pandoc.verbatim.return} \alias{pandoc.verbatim} diff --git a/man/redraw.recordedplot.Rd b/man/redraw.recordedplot.Rd index 253a8cf6..c6e62bc8 100644 --- a/man/redraw.recordedplot.Rd +++ b/man/redraw.recordedplot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/evals.R \name{redraw.recordedplot} \alias{redraw.recordedplot} diff --git a/man/redrawPlot.Rd b/man/redrawPlot.Rd index 3a4d3ff2..82a05e4c 100644 --- a/man/redrawPlot.Rd +++ b/man/redrawPlot.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/evals.R \name{redrawPlot} \alias{redrawPlot} diff --git a/man/remove.extra.newlines.Rd b/man/remove.extra.newlines.Rd index 77cf01a3..0d8baae1 100644 --- a/man/remove.extra.newlines.Rd +++ b/man/remove.extra.newlines.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{remove.extra.newlines} \alias{remove.extra.newlines} diff --git a/man/repChar.Rd b/man/repChar.Rd index b1d6e1f0..e9f6fb18 100644 --- a/man/repChar.Rd +++ b/man/repChar.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{repChar} \alias{repChar} diff --git a/man/set.alignment.Rd b/man/set.alignment.Rd index a448cd5b..2749d07d 100644 --- a/man/set.alignment.Rd +++ b/man/set.alignment.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{set.alignment} \alias{set.alignment} diff --git a/man/set.caption.Rd b/man/set.caption.Rd index 91aeff04..3dcbd039 100644 --- a/man/set.caption.Rd +++ b/man/set.caption.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{set.caption} \alias{set.caption} diff --git a/man/splitLine.Rd b/man/splitLine.Rd index 6a29a20e..9f6bad4d 100644 --- a/man/splitLine.Rd +++ b/man/splitLine.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{splitLine} \alias{splitLine} diff --git a/man/trim.spaces.Rd b/man/trim.spaces.Rd index 4d0516c9..fc35371e 100644 --- a/man/trim.spaces.Rd +++ b/man/trim.spaces.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{trim.spaces} \alias{trim.spaces} diff --git a/man/wrap.Rd b/man/wrap.Rd index debcd0c7..561a7401 100644 --- a/man/wrap.Rd +++ b/man/wrap.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.1): do not edit by hand +% Generated by roxygen2 (4.1.0): do not edit by hand % Please edit documentation in R/helpers.R \name{wrap} \alias{wrap}