RepositoryDetail-class {biocViews}R Documentation

Class "RepositoryDetail"

Description

Representation of R package repository index

Objects from the Class

Objects can be created by calls of the form new("RepositoryDetail", ...).

Slots

Title:
Object of class "character" giving the title for the repository.
reposRoot:
Object of class "character" giving the root URL of the repository
homeUrl:
Object of class "character" ?
htmlDir:
Object of class "character" ?
packageList:
Object of class "list" consisting of objects of class PackageDetail-class

Extends

Class "Htmlized", directly.

Methods

htmlDoc
signature(object = "RepositoryDetail"): ...
htmlFilename
signature(object = "RepositoryDetail"): ...
htmlValue
signature(object = "RepositoryDetail"): ...

Author(s)

Seth Falcon


[Package biocViews version 1.10.6 Index]