Makefile Generator for R Analytical Projects


[Up] [Top]

Documentation for package ‘rmake’ version 1.0.0

Help Pages

rmake-package Makefile generator for R analytical projects
defaultVars Variables used within Makefile generating process
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.
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
replaceSuffix Replace suffix of the given file name with a new extension (suffix)
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