File: writeUnitVignette.Rd

package info (click to toggle)
r-cran-pkgmaker 0.32.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: sh: 13; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/unitTests.R
\name{writeUnitVignette}
\alias{writeUnitVignette}
\title{Writes Unit Tests Vignette}
\usage{
writeUnitVignette(pkg, file, results = NULL, check = FALSE)
}
\arguments{
\item{pkg}{Package name}

\item{file}{Output Sweave (.Rnw) file}

\item{results}{result file or output character vector}

\item{check}{logical that indactes the cal was made from R CMD check,
in which case the vignette is updated only if results of unit tests can
be found in the unit test output directory, where they would have been
generated by \code{\link{utest}}.}
}
\value{
Path to the vignette file.
}
\description{
Writes a vignette that contains the results from running unit test suites.
}