\HeaderA{localPkg-class}{Class "localPkg": A class to represent locally installed packages}{localPkg.Rdash.class}
\aliasA{Bundle}{localPkg-class}{Bundle}
\aliasA{Bundle,localPkg-method}{localPkg-class}{Bundle,localPkg.Rdash.method}
\aliasA{Depends}{localPkg-class}{Depends}
\aliasA{Depends,localPkg-method}{localPkg-class}{Depends,localPkg.Rdash.method}
\aliasA{Imports}{localPkg-class}{Imports}
\aliasA{Imports,localPkg-method}{localPkg-class}{Imports,localPkg.Rdash.method}
\aliasA{Keywords}{localPkg-class}{Keywords}
\aliasA{Keywords,localPkg-method}{localPkg-class}{Keywords,localPkg.Rdash.method}
\aliasA{Package}{localPkg-class}{Package}
\aliasA{Package,localPkg-method}{localPkg-class}{Package,localPkg.Rdash.method}
\aliasA{PkgVersion}{localPkg-class}{PkgVersion}
\aliasA{PkgVersion,localPkg-method}{localPkg-class}{PkgVersion,localPkg.Rdash.method}
\aliasA{Repos}{localPkg-class}{Repos}
\aliasA{Repos,localPkg-method}{localPkg-class}{Repos,localPkg.Rdash.method}
\aliasA{Suggests}{localPkg-class}{Suggests}
\aliasA{Suggests,localPkg-method}{localPkg-class}{Suggests,localPkg.Rdash.method}
\keyword{classes}{localPkg-class}
\begin{Description}\relax
This class is used to represent a package, and the
information necessary for repository management
\end{Description}
\begin{Section}{Objects from the Class}
Objects can be created by calls of the form \code{new("localPkg", ...)}.
\end{Section}
\begin{Section}{Slots}
\describe{
\item[\code{Package}:] Object of class \code{"character"} The name
of the package
\item[\code{PkgVersion}:] Object of class \code{"VersionNumber"} The
version of the package
\item[\code{Keywords}:] Object of class \code{"character"} Keywords
for the package
\item[\code{Depends}:] Object of class \code{"character"}
Dependencies for the package
\item[\code{Suggests}:] Object of class \code{"character"} Suggests
level dependencies of the package
\item[\code{Imports}:] Object of class \code{"character"} Imports level
dependencies for the package
\item[\code{Repos}:] Object of class \code{"character"} The
repository that this package was obtained from
\item[\code{Bundle}:] Object of class \code{"character"} Reports
which (if any) package bundle this package is a part of
}
\end{Section}
\begin{Section}{Methods}
\describe{
\item[Depends] \code{signature(object = "localPkg")}: Returns the
Depends slot
\item[Keywords] \code{signature(object = "localPkg")}: Returns the
Keywords slot 
\item[Package] \code{signature(object = "localPkg")}: Returns the
Package slot
\item[PkgVersion] \code{signature(object = "localPkg")}: Returns the
PkgVersion slot
\item[Repos] \code{signature(object = "localPkg")}: Returns the
Repos slot
\item[Suggests] \code{signature(object = "localPkg")}: Returns the
Suggests slot
\item[Imports] \code{signature(object = "localPkg")}: Returns the Imports slot
\item[Bundle] \code{signature(object = "localPkg")}: Returns the
Bundle slot
}
\end{Section}
\begin{Author}\relax
Jeff Gentry
\end{Author}
\begin{SeeAlso}\relax
\code{\LinkA{syncLocalLibList}{syncLocalLibList}}, \code{\LinkA{install.packages2}{install.packages2}}
\end{SeeAlso}
\begin{Examples}
\begin{ExampleCode}
\end{ExampleCode}
\end{Examples}


