Learn R Programming

MakefileR

This little package helps creating Makefile files programmatically. Install from GitHub:

devtools::install("krlmlr/MakefileR")

See the vignette for more detail.

Copy Link

Version

Install

install.packages('MakefileR')

Monthly Downloads

225

Version

1.0

License

GPL-3

Maintainer

Kirill Müller

Last Published

January 8th, 2016

Functions in MakefileR (1.0)

write_makefile

Writes a Makefile to a file
make_def

Creates a variable definition in a Makefile
makefile

Creates a Makefile
c.MakefileR_group

Concatenation of rules
make_comment

Creates a Makefile comment
make_group

Creates a group of Makefile items
make_rule

Creates a Makefile rule
make_text

Creates a custom Makefile entry