make()
builds the selected targets (default: all()
) and all dependencies.
update()
only updates the selected targets (no default),
without checking up-to-date state of dependencies. You should almost always
prefer make()
, unless you have specific reasons not to update dependencies.
1 2 3 4 5 |
target_names |
Character vector of names of targets to build,
or |
... |
Additional future arguments, ignored for now. Practically this means that all other arguments must be specified by full name. |
verbose |
Controls whether remake is verbose or not. The
default ( |
allow_missing_packages |
Allow missing packages when loading remake file? |
remake_file |
Name of the remakefile (by default
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.