Vignette-class {DynDoc} | R Documentation |
This is a class that will represent a vignette file in R, it extends the DynDoc class
package
:"character"
The
package that this vignette is associated withvigPkgVersion
:"VersionNumber"
The
version number for this vignette's packageindexEntry
:"character", from
class "DynDoc"
The VignetteIndexEntry field from the document filetitle
:"character", from class
"DynDoc"
The title of the vignettepath
:"character", from class
"DynDoc"
The path to the vignette file stored locallypdfPath
:"character", from class
"DynDoc"
The path to a PDF representation of the vignettedepends
:"character", from class
"DynDoc"
Any package dependencies for this vignetterequires
:"character", from
class "DynDoc"
Any requires level dependencies for this vignettesuggests
:"character", from
class "DynDoc"
Any suggests level dependencies for this vignettekeywords
:"character", from
class "DynDoc"
Any keywords for this vignettecodeChunks
:"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 withsignature(object = "Vignette")
: Retrieves
the version of the package that this vignette is associated withJeff Gentry
##---- Should be DIRECTLY executable !! ----