Browse Source

fix CRAN check errors

tags/0.8.0
boB Rudis 6 years ago
parent
commit
e15069c0a5
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 3
      DESCRIPTION
  2. 1
      R/ipsum.r
  3. 5
      man/ipsum.Rd

3
DESCRIPTION

@ -4,7 +4,8 @@ Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.4.0
Date: 2017-11-15
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Patrick", "Kennedy", role=c("ctb")),
person("Philipp", "Reiner", role = c("ctb")),
person("Dan", "Wilson", email = "dan@thedatacollective.com.au", role = c("ctb"),

1
R/ipsum.r

@ -3,6 +3,7 @@
#' Template for creating an R markdown document with an emphasis on typography
#'
#' @inheritParams rmarkdown::html_document
#' @param toc,toc_depth TOC params
#' @param extra_dependencies,... Additional function arguments to pass to the
#' base R Markdown HTML output formatter
#' @export

5
man/ipsum.Rd

@ -9,7 +9,8 @@ ipsum(number_sections = FALSE, fig_width = 7, fig_height = 5,
smart = TRUE, self_contained = TRUE, highlight = "default",
mathjax = "default", extra_dependencies = NULL, css = NULL,
includes = NULL, keep_md = FALSE, lib_dir = NULL,
md_extensions = NULL, pandoc_args = NULL, ...)
md_extensions = NULL, pandoc_args = NULL, toc = FALSE, toc_depth = 2,
...)
}
\arguments{
\item{number_sections}{\code{TRUE} to number section headings}
@ -66,6 +67,8 @@ default definition or R Markdown. See the \code{\link{rmarkdown_format}} for
additional details.}
\item{pandoc_args}{Additional command line options to pass to pandoc}
\item{toc, toc_depth}{TOC params}
}
\description{
Template for creating an R markdown document with an emphasis on typography

Loading…
Cancel
Save