Learn R Programming

rmake (version 1.1.0)

defaultVars: 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

Arguments

Format

An object of class character of length 3.

See Also

makefile()