getConfig {cacher}R Documentation

Get and set configuration options

Description

Get and set configuration options

Usage

getConfig(name)
setConfig(name, value)

Arguments

name character, name of the option
value option setting

Details

There are a number of options that cacher checks but some of the important ones for users are:

srcfile
the source file currently being cached or explored
cachedir
the cache directory
archive
URL location of the archive from which cache packages should be downloaded
verbose
should more messages be printed to the console? Default is FALSE.

Value

getConfig returns the value of the given option or NULL if the option is not valid; setConfig returns nothing.

See Also

sourcefile, cache


[Package cacher version 1.0 Index]