https://github.com/cran/pkgdown
Raw File
Tip revision: ba93f092d777b1d40f9dfca5a0b804b46b7dee5b authored by Hadley Wickham on 20 November 2018, 19:00:03 UTC
version 1.2.0
Tip revision: ba93f09
test-figures.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/test.R
\name{test-figures}
\alias{test-figures}
\title{Test case: figures}
\description{
\figure{bacon.jpg}
}
\examples{
x <- seq(0, 2 * pi, length = 25)
plot(x, sin(x))
}
\seealso{
Other tests: \code{\link{test-crayon}},
  \code{\link{test-dont}}, \code{\link{test-links}},
  \code{\link{test-lists}},
  \code{\link{test-output-styles}},
  \code{\link{test-params}}
}
\concept{tests}
\keyword{internal}
back to top