A Class To Represent Vignettes
This is a class that will represent a vignette file in R, it extends the DynDoc class
package
:Object of class "character"
The
package that this vignette is associated with
vigPkgVersion
:Object of class "VersionNumber"
The
version number for this vignette's package
indexEntry
:Object of class "character", from
class "DynDoc"
The VignetteIndexEntry field from the document file
title
:Object of class "character", from class
"DynDoc"
The title of the vignette
path
:Object of class "character", from class
"DynDoc"
The path to the vignette file stored locally
pdfPath
:Object of class "character", from class
"DynDoc"
The path to a PDF representation of the vignette
depends
:Object of class "character", from class
"DynDoc"
Any package dependencies for this vignette
requires
:Object of class "character", from
class "DynDoc"
Any requires level dependencies for this vignette
suggests
:Object of class "character", from
class "DynDoc"
Any suggests level dependencies for this vignette
keywords
:Object of class "character", from
class "DynDoc"
Any keywords for this vignette
codeChunks
:Object of class "chunkList", from
class "DynDoc"
A list of code chunks from this vignette
Class "DynDoc"
, directly.
signature(object = "Vignette")
: Retrieves the
package name that this vignette is associated with
signature(object = "Vignette")
: Retrieves
the version of the package that this vignette is associated with
The Vignette
class is extending the DynDoc
class by
further associating the DynDoc
concepts with a specific R
package.
Jeff Gentry
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.