| defaultVars {rmake} | R Documentation |
Variables used within Makefile generating process
Description
defaultVars is a reserved variable, a named vector that defines
Makefile variables, i.e. shell variables that will exist during
the execution of Makefile rules. The content of this variable
is written into the resulting Makefile within the execution of
the makefile() function.
Usage
defaultVars
Format
An object of class character of length 3.
Author(s)
Michal Burda
See Also
[Package rmake version 1.1.0 Index]