buildVigDf {reposTools}R Documentation

Functions to create repository data.frames

Description

These functions are used to generate server side repository data.frames

Usage

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:")

Arguments

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

Details

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.

Value

A repository data.frame.

Author(s)

Jeff Gentry

See Also

repdatadesc-class,genRepos

Examples






[Package Contents]