write_REPOSITORY | 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 source packages, and Windows and Mac binary
packages:
source: src/contrib win.binary: bin/windows/contrib/4.0 mac.binary: bin/macosx/contrib/4.0 provides: source, win.binary, mac.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
|
Seth Falcon
write_PACKAGES
,
extractVignettes
,
genReposControlFiles
,
write_VIEWS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.