| write_REPOSITORY {biocViews} | R Documentation |
This function writes a REPOSITORY file at the top-level of a
CRAN-style repository. This file is DCF formatted and describes the
location of packages available in the repository. Here is an example
for a repository containing only source and Windows binary packages:
source: src/contrib
win.binary: bin/windows/contrib/2.3
provides: source, win.binary
write_REPOSITORY(reposRootPath, contribPaths)
reposRootPath |
character vector containing the path to the CRAN-style repository root directory. |
contribPaths |
A named character vector. Valid names are
source, win.binary, and mac.binary. Values
indicate the paths to the package archives relative to the
reposRoot. |
Seth Falcon
write_PACKAGES,
extractVignettes,
link{genReposControlFiles},
write_VIEWS