bcv2html {biocViews}R Documentation

serialize a cran task view to HTML, with bioconductor extension

Description

serialize a cran task view to HTML, with bioconductor extension

Usage

bcv2html(x, file=NULL, css="../../../R.css", packageURL="../Descriptions/", reposname="CRAN")

Arguments

x x – instance of ctv class
file file – destination
css css
packageURL packageURL – URL stub for use in link creation
reposname reposname – string identifying repository name in titles

Details

minor modification of ctv2html that propagates the title information into the anchor.

Value

an html character stream

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

# see the HOWTO-BCV.Rnw in inst/doc

[Package biocViews version 0.2.0 Index]