Learn R Programming

switchr (version 0.14.8)

BiocSVNManifest: DEPCRECATED - Create a manifest of Bioc SVN locations

Description

DEPCRECATED - Create a manifest of Bioc SVN locations

Usage

BiocSVNManifest(bioc_vers = "devel", software_only = TRUE)

Value

A PkgManifest which contains SVN locations for all packages found in the specified bioc repositories, as well as those listed in not_in_repo

Arguments

bioc_vers

A version number for a bioc release, or "devel" to for the current devel trunk

software_only

logical. Should only software packages be included in the manifest? Defaults to TRUE

Details

In combination with the lazyRepo function, this manifest can be used to work from a local, working checkout of a set of inter-dependent Bioconductor packages.

See Also

lazyRepo