write_SYMBOLS: Write a SYMBOLS file

Description Usage Arguments Value Author(s) See Also

View source: R/repository.R

Description

Writes a DCF formatted file, SYMBOLS, containing the symbols exported by each package in a directory containg R package source directories.

Usage

1
write_SYMBOLS(dir, verbose = FALSE, source.dirs=FALSE)

Arguments

dir

The root of a CRAN-style package repository containing source packages. When source.dirs is TRUE, dir should be a directory containing R package source directories

verbose

Logical. When TRUE, progress is printed to the standard output.

source.dirs

Logical. When TRUE, interpret dir as a directory containing source package directories. When FALSE, the default, dir is assumed to be the root of a CRAN-style package repository and the function will operate on the source package tarballs in dir/src/contrib.

Value

Returns NULL. Called for the side-effect of creating a SYMBOLS file in dir.

Author(s)

S. Falcon

See Also

write_PACKAGES write_VIEWS


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