repdatadesc-class {reposTools} | R Documentation |
Provides a structure and representation for repository dataframe objects
Objects can be created by calls of the form new("repdatadesc", ...)
.
repdatadesc
:"data.frame"
A
repository data framesignature(object = "repdatadesc")
: A verbose
output of the contentssignature(object = "repdatadesc")
: A brief output
of the contentssignature(object = "repdatadesc")
: The
dataframe itselfsignature(object = "repdatadesc")
: Returns the
depends
information for a given packagesignature(object = "repdatadesc")
: Returns the
uses
information for a given packagesignature(object = "repdatadesc")
: Returns
the suggests
information for a given packagesignature(object = "repdatadesc")
: Returns
keywords for a given package.Jeff Gentry
ReposEntry-class
,replisting-class
data(sampleRepos) a <- new("repdatadesc",repdatadesc=reposDF) a