BiocSVNManifest {switchr} | R Documentation |
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)
Arguments
bioc_vers |
A version number for a bioc release, or |
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.
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
See Also
[Package switchr version 0.14.8 Index]