The R Project SVN R

Rev

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

Rev 62130 Rev 62172
Line 11... Line 11...
11
  Run \code{\link{Sweave}} (or other custom weave function)
11
  Run \code{\link{Sweave}} (or other custom weave function)
12
  and \code{\link{texi2dvi}} on all vignettes
12
  and \code{\link{texi2dvi}} on all vignettes
13
  of a package.
13
  of a package.
14
}
14
}
15
\usage{
15
\usage{
16
buildVignettes(package, dir, lib.loc = NULL, quiet = TRUE, clean = TRUE,
16
buildVignettes(package, dir, lib.loc = NULL, quiet = TRUE,
17
               tangle = FALSE)
17
               clean = TRUE, tangle = FALSE)
18
 
18
 
19
pkgVignettes(package, dir, subdirs = NULL, lib.loc = NULL,
19
pkgVignettes(package, dir, subdirs = NULL, lib.loc = NULL,
20
	     output = FALSE, source = FALSE)
20
	     output = FALSE, source = FALSE)
21
}
21
}
22
\arguments{
22
\arguments{