Makefile Generator for R Analytical Projects
Rule for copying a file to a new location
Variables used within the Makefile generating process
A rule that defines a dependency between targets without actually prov...
Expand template rules into a list of rules by replacing rmake variab...
Wrapper around the params global variable
A pipe operator for rmake rules
Check if GNU Make is available via the 'make' command
Convert R code to a character vector of shell commands evaluating the ...
Check if the argument is a valid rule object.
Rule for building text documents using the knitr package
Run make in the system
Generate Makefile from a given list of rules (job).
Rule for building text documents from Markdown files
Rule for requesting manual user action
Return a given set of properties of all rules in a list
Replace the suffix of a given file name with a new extension (suffix)
Replace rmake variables in a character vector
Makefile generator for R analytical projects
Prepare an existing project for building with rmake.
Rule for running R scripts
General creator of an instance of the S3 rmake.rule class
Sanitize a file path for the current operating system
Escape spaces in a string as needed in file names used in Makefile fil...
Rule for running the make process in a subdirectory
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.
Useful links