Makefile Generator for R Analytical Projects
Variables used within Makefile generating process
Expand template rules into a list of rules by replacing rmake
variab...
Wrapper around the params
global variable
A pipe operator for rmake rules
Convert R code to the character vector of shell commands evaluating th...
Check if the argument is a valid rule object.
Run `make`` in the system
Generate Makefile from given list of rules (job
).
Rule for building text documents from Markdown files
Rule for requesting manual user action
Return given set of properties of all rules in a list
Replace suffix of the given file name with a new extension (suffix)
Replace rmake
variables in a character vector
Makefile generator for R analytical projects
Prepare existing project for building with rmake.
Rule for running R scripts
General creator of an instance of the S3 rmake.rule
class
Visualize dependencies defined by a rule or a list of rules
Creates and maintains a build process for complex analytic tasks in R. Package allows to easily generate Makefile for the (GNU) 'make' tool, which drives the build process by (in parallel) executing build commands in order to update results accordingly to given dependencies on changed data or updated source files.