writePackageDetailHtml {biocViews} | R Documentation |
This function creates package "homepages" that describe the package and provide links to download package artifacts in the repository.
writePackageDetailHtml(pkgList, htmlDir = "html", backgroundColor="transparent")
pkgList |
A list of PackageDescription objects. |
htmlDir |
The files will be written to this directory. |
backgroundColor |
A character vector giving the background color for the body in the CSS file. |
Seth Falcon