rmake
Makefile Generator for R Analytical Projects
A Makefile generator for R projects keeps adding rule types instead of a build engine.
◆Recent moves
- 7mo ago
GNU Make presence now checked; long command lines fixed
Two practical fixes for a package whose output only works if the host has the right tools: rules with very long command lines no longer misbehave, and hasGnuMake() plus tests make the GNU Make dependency explicit rather than assumed.
View source ↗ - 9mo ago
make() gains stdout, stderr and stdin arguments
Stream redirection arrives on make(), which is what turns the generated build from something you watch into something you can capture and log. The pryr dependency is dropped in the same release.
View source ↗ - 9mo ago
Subdirectory, knitr and dependency rule constructors added
The release that widened the rule vocabulary most: subdirRule() for compiling subdirectories, knitrRule() for Rnw files, and depRule() for plain dependencies, plus a makefile() depends argument letting the generator itself depend on other files. Filename handling for paths with spaces is fixed alongside.
View source ↗