vignetteInfo Basic Information about a Vignette
Description
Provide basic information including package and dependency of a vignette from its source file.
Usage
vignetteInfo(file)
Arguments
file | file name of the vignette. |
Value
a list with components, each a possibly empty character:
file | the |
title | the vignette title. |
depends | the package dependencies. |
keywords | keywords if provided. |
engine | the vignette engine such as |
Note
vignetteInfo(file)$depends is a substitute for the deprecated vignetteDepends() functionality.
See Also
Examples
## This may not be installed, as it requires lattice
gridEx <- system.file("doc", "grid.Rnw", package = "grid")
vi <- vignetteInfo(gridEx)
str(vi)
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.