writePackageDetailHtml {biocViews}R Documentation

Write HTML files for packages in a CRAN-style repository

Description

This function creates package "homepages" that describe the package and provide links to download package artifacts in the repository.

Usage

writePackageDetailHtml(pkgList, htmlDir = "html")

Arguments

pkgList A list of PackageDescription objects.
htmlDir The files will be written to this directory.

Author(s)

Seth Falcon

See Also

writeRepositoryHtml


[Package biocViews version 1.2.0 Index]