The R Project SVN R

Rev

Rev 19152 | Rev 40284 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19152 Rev 27622
Line 1... Line 1...
1
\name{checkVignettes}
1
\name{checkVignettes}
2
\alias{checkVignettes}
2
\alias{checkVignettes}
3
\alias{print.checkVignettes}
3
\alias{print.checkVignettes}
4
\title{Check Package Vignettes}
4
\title{Check Package Vignettes}
5
\description{
5
\description{
6
  Check all \code{\link{Sweave}} files of a package by running
6
  Check all \code{\link[utils]{Sweave}} files of a package by running
7
  \code{\link{Sweave}} and/or \code{\link{Stangle}} on them. All
7
  \code{\link[utils]{Sweave}} and/or \code{\link[utils]{Stangle}} on them. All
8
  R source code files found after the tangling step are
8
  R source code files found after the tangling step are
9
  \code{\link{source}}ed to check whether all code can be
9
  \code{\link{source}}ed to check whether all code can be
10
  executed without errors.
10
  executed without errors.
11
}
11
}
12
\usage{
12
\usage{