| reposTheme-class {reposTools} | R Documentation |
The reposTheme class is used to model repository
themes for both server and client operations within the
reposTools package.
Objects can be created by calls of the form new("reposTheme", ...).
repThemeName:"character": The
name of the theme.repThemeDesc:"character": A
short description of this theme.repThemeRepos:"character": The
URL of the repository that this theme belongs to.repThemePkgs:"list": A list of
objects of class pkgInfo, used to specify the packages
contained by this themes.signature(object = "reposTheme"):
Retrieves the repThemeName slot.signature(object = "reposTheme"):
Retrieves the repThemeDesc slot.signature(object = "reposTheme"):
Retrieves the repThemeRepos slot.signature(object = "reposTheme"):
Retrieves the repThemePkgs slot.signature(object = "reposTheme"):
Displays a summary of the information about the theme.Jeff Gentry
link{themes}, writeThemesXML
## loading an example RDA file
load(system.file(file.path("themes", "repThemes.rda"), package="reposTools"))
for (i in seq(along=repThemes))
show(repThemes[[i]])