write_REPOSITORY: Write a REPOSITORY control file for a CRAN-style package...

Description Usage Arguments Author(s) See Also

View source: R/repository.R

Description

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:

1
2
3
4
5
    source: src/contrib
    win.binary: bin/windows/contrib/4.0
    mac.binary: bin/macosx/contrib/4.0
    provides: source, win.binary, mac.binary
  

Usage

1
write_REPOSITORY(reposRootPath, contribPaths)

Arguments

reposRootPath

character vector containing the path to the CRAN-style repository root directory.

contribPaths

A named character vector. Valid names are source, win.binary, mac.binary, mac.binary.mavericks, and mac.binary.el-capitan. Values indicate the paths to the package archives relative to the reposRoot.

Author(s)

Seth Falcon

See Also

write_PACKAGES, extractVignettes, genReposControlFiles, write_VIEWS


biocViews documentation built on Nov. 19, 2020, 2:01 a.m.