\HeaderA{DynDoc-class}{A Class For Dynamic Documents}{DynDoc.Rdash.class}
\aliasA{chunks,DynDoc-method}{DynDoc-class}{chunks,DynDoc.Rdash.method}
\aliasA{codeChunks}{DynDoc-class}{codeChunks}
\aliasA{codeChunks,DynDoc-method}{DynDoc-class}{codeChunks,DynDoc.Rdash.method}
\aliasA{evalChunk,DynDoc-method}{DynDoc-class}{evalChunk,DynDoc.Rdash.method}
\aliasA{getChunk,DynDoc-method}{DynDoc-class}{getChunk,DynDoc.Rdash.method}
\aliasA{getDepends,DynDoc-method}{DynDoc-class}{getDepends,DynDoc.Rdash.method}
\aliasA{getKeywords}{DynDoc-class}{getKeywords}
\aliasA{getKeywords,DynDoc-method}{DynDoc-class}{getKeywords,DynDoc.Rdash.method}
\aliasA{getRequires}{DynDoc-class}{getRequires}
\aliasA{getRequires,DynDoc-method}{DynDoc-class}{getRequires,DynDoc.Rdash.method}
\aliasA{getSuggests}{DynDoc-class}{getSuggests}
\aliasA{getSuggests,DynDoc-method}{DynDoc-class}{getSuggests,DynDoc.Rdash.method}
\aliasA{indexEntry}{DynDoc-class}{indexEntry}
\aliasA{indexEntry,DynDoc-method}{DynDoc-class}{indexEntry,DynDoc.Rdash.method}
\aliasA{numChunks,DynDoc-method}{DynDoc-class}{numChunks,DynDoc.Rdash.method}
\aliasA{path,DynDoc-method}{DynDoc-class}{path,DynDoc.Rdash.method}
\aliasA{pdfPath}{DynDoc-class}{pdfPath}
\aliasA{pdfPath,DynDoc-method}{DynDoc-class}{pdfPath,DynDoc.Rdash.method}
\aliasA{setChunk<-,DynDoc-method}{DynDoc-class}{setChunk<.Rdash.,DynDoc.Rdash.method}
\aliasA{show,DynDoc-method}{DynDoc-class}{show,DynDoc.Rdash.method}
\aliasA{summary,DynDoc-method}{DynDoc-class}{summary,DynDoc.Rdash.method}
\keyword{classes}{DynDoc-class}
\begin{Description}\relax
The DynDoc class is used to represent dynamic documents and
vignettes in R.
\end{Description}
\begin{Section}{Slots}
\describe{
\item[\code{indexEntry}:] Object of class \code{"character"} The
IndexEntry value from the document file
\item[\code{title}:] Object of class \code{"character"} The name of
the document
\item[\code{path}:] Object of class \code{"character"} The path to
the locally stored file
\item[\code{pdfPath}:] Object of class \code{"character"} The path
to a PDF rendition of the document
\item[\code{depends}:] Object of class \code{"character"} Any
package dependencies for the document
\item[\code{requires}:] Object of class \code{"character"} Any
requires level dependencies for the document
\item[\code{suggests}:] Object of class \code{"character"} Any
suggests level dependencies for the document
\item[\code{keywords}:] Object of class \code{"character"} Any
keywords for the document
\item[\code{codeChunks}:] Object of class \code{"chunkList"} The
code chunks contained in this document
}
\end{Section}
\begin{Section}{Methods}
\describe{
\item[show] \code{signature(object = "DynDoc")}: Display information
about the dynamic document
\item[summary] \code{signature(object = "DynDoc")}: A more succinct
informational display
\item[chunks] \code{signature(object = "DynDoc")}: Returns the code
chunks - currently in only for historical compatability with old code
\item[codeChunks] \code{signature(object = "DynDoc")}: Returns the
code chunks
\item[evalChunk] \code{signature(object = "DynDoc")}: Will evaluate
the R code contained in a chunk
\item[getChunk] \code{signature(object = "DynDoc")}: Retrieves a
specific code chunk
\item[getDepends] \code{signature(object = "DynDoc")}: Obtain the
Depends slot of the object
\item[getKeywords] \code{signature(object = "DynDoc")}: Obtain the
keywords slot of the object
\item[getRequires] \code{signature(object = "DynDoc")}: A get method
for the requires slot of this object
\item[getSuggests] \code{signature(object = "DynDoc")}: Obtain the
suggests slot of this object
\item[indexEntry] \code{signature(object = "DynDoc")}: Obtain the
indexEntry slot of this object
\item[numChunks] \code{signature(object = "DynDoc")}: Returns the
number of code chunks for this document 
\item[path] \code{signature(object = "DynDoc")}: Obtain the path
slot of this object
\item[pdfPath] \code{signature(object = "DynDoc")}: Obtain the
pdfPath slot of this object
\item[setChunk<-] \code{signature(object = "DynDoc")}: Change the
code for one of the code chunks.
}
\end{Section}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{Sweave}{Sweave}}
\end{SeeAlso}


