Rev 45342 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/tools/man/buildVignettes.Rd% Part of the R package, http://www.R-project.org% Copyright 1995-2007 R Core Development Team% Distributed under GPL 2 or later\name{buildVignettes}\alias{buildVignettes}\alias{pkgVignettes}\title{List and Build Package Vignettes}\description{Run \code{\link{Sweave}} and \code{\link{texi2dvi}} on all vignettesof a package.}\usage{buildVignettes(package, dir, lib.loc = NULL, quiet = TRUE, clean = TRUE)pkgVignettes(package, dir, lib.loc = NULL)}\arguments{\item{package}{a character string naming an installed package. Ifgiven, Sweave files are searched in subdirectory \file{doc}.}\item{dir}{a character string specifying the path to a package's rootsource directory. This subdirectory \file{inst/doc} is searched forSweave files.}\item{lib.loc}{a character vector of directory names of \R libraries,or \code{NULL}. The default value of \code{NULL} corresponds to alllibraries currently known. The specified library trees are used tosearch for \code{package}.}\item{quiet}{logical. Run \code{\link[utils]{Sweave}} and\code{\link{texi2dvi}} in quiet mode.}\item{clean}{Remove all files generated by the build, even if therewere copies there before.}}\value{\code{buildVignettes} is called for its side effect of creating thePDF versions of all vignettes.\code{pkgVignettes} returns an object of class \code{"pkgVignettes"}.}\keyword{utilities}\keyword{documentation}