writeRepositoryHtml | R Documentation |
This function generates an HTML file for each package in a repository
and generates an index.html
file that provides an alphabetized
listing of the packages.
writeRepositoryHtml(reposRoot, title, reposUrl = "..", viewUrl = "../..",
reposFullUrl=reposUrl, downloadStatsUrl="",
devHistoryUrl="", link.rel = TRUE,
backgroundColor="transparent")
reposRoot |
string specifying the path to the root of the CRAN-style package repository. |
title |
string giving the title for the repository |
reposUrl |
string giving the prefix for URL in links
generated on the package description pages. The default is
|
viewUrl |
string giving the prefix for the URL in links to the view pages. The biocViews terms will be linked to views summary pages with this prefix. |
reposFullUrl |
string giving the full prefix for URL in links
generated on the package description pages. The default is
|
downloadStatsUrl |
string giving the prefix for the URL in links to the download history statistics pages. |
devHistoryUrl |
string giving the prefix for the URL in links to the development changelog. |
link.rel |
logical indicating whether the index page should
generate relative URL links. The default is |
backgroundColor |
A character vector giving the background color for the body in the CSS file. |
Seth Falcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.