buildVigDf {reposTools} | R Documentation |
These functions are used to generate server side repository data.frames
buildPkgDf(PACKAGEfile="PACKAGES.in", infoDir=".", prefixPath=NULL, mangSep=":v:") buildVigDf(VIGfile = "Vignettes.in", infoDir = ".") addManifest(df, ext=".manifest", mangSep=":v:") addOsSpecific(df, prefixPath=NULL, ext=".status",mangSep=":v:")
PACKAGEfile |
For building a package repository, allows the user to specify information manually. |
VIGfile |
For building a vignette repository, allows the user to specify information manually. |
infoDir |
The path to any manual input files |
df |
A repository data frame object |
prefixPath |
Allows the user to specify a different location for the stored files |
ext |
File extension for special manual input files |
mangSep |
Used internally |
These functions (especially the add* functions, which are called by buildPkgDf), are intended primarily to be called from the genRepos() routines, but can be manually invoked. See help("genRepos") for descriptions of the various manual input files and their effects.
A repository data.frame.
Jeff Gentry