rmake-package |
Makefile generator for R analytical projects |
%>>% |
A pipe operator for rmake rules |
defaultVars |
Variables used within Makefile generating process |
expandTemplate |
Expand template rules into a list of rules by replacing 'rmake' variables with their values |
getParam |
Wrapper around the 'params' global variable |
getters |
Return given set of properties of all rules in a list |
inShell |
Convert R code to the character vector of shell commands evaluating the given R code. |
is.rule |
Check if the argument is a valid rule object. |
make |
Run 'make" in the system |
makefile |
Generate Makefile from given list of rules ('job'). |
markdownRule |
Rule for building text documents from Markdown files |
offlineRule |
Rule for requesting manual user action |
prerequisites |
Return given set of properties of all rules in a list |
replaceSuffix |
Replace suffix of the given file name with a new extension (suffix) |
replaceVariables |
Replace 'rmake' variables in a character vector |
rmake |
Makefile generator for R analytical projects |
rmake.rule |
General creator of an instance of the S3 'rmake.rule' class |
rmakeSkeleton |
Prepare existing project for building with _rmake_. |
rRule |
Rule for running R scripts |
rule |
General creator of an instance of the S3 'rmake.rule' class |
targets |
Return given set of properties of all rules in a list |
tasks |
Return given set of properties of all rules in a list |
terminals |
Return given set of properties of all rules in a list |
visualize |
Visualize dependencies defined by a rule or a list of rules |