PkgSeed-class {pdInfoBuilder}R Documentation

Class "PkgSeed"

Description

This class represents R package details. It is intended to provide a base upon which package generating methods can be built.

Objects from the Class

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

Slots

name:
The name of the package.
version:
A character vector giving the version number of the package.
license:
The license of the package
author:
Author of the package
email:
An email address to use in the Maintainer field
url:
URL
biocViews:
Character data for the biocViews field of the DESCRIPTION file

Methods

No methods defined with class "PkgSeed" in the signature.

Author(s)

Seth Falcon

Examples

showClass("PkgSeed")

[Package pdInfoBuilder version 1.4.0 Index]