powered by
Provide basic information including package and dependency of a vignette from its source file.
vignetteInfo(file)
file name of the vignette.
a list with components, each a possibly empty character:
list
character
the basename of the file.
basename
the vignette title.
the package dependencies.
keywords if provided.
the vignette engine such as "Sweave", "knitr", etc.
"Sweave"
"knitr"
package_dependencies
# NOT RUN { ## This may not be installed, as it requires lattice gridEx <- system.file("doc", "grid.Rnw", package = "grid") vi <- vignetteInfo(gridEx) str(vi) # }
Run the code above in your browser using DataLab