depRule | R Documentation |
This rule is useful when you want to specify that a target depends on another target, but you do not want to execute any script to build it.
depRule(target, depends = NULL, task = "all")
target |
Target file name that depends on |
depends |
A character vector of prerequisite file names that |
task |
A character vector of parent task names. The mechanism of tasks
allows to group rules. Anything different from |
Instance of S3 class rmake.rule
Michal Burda
rule()
, makefile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.