install.packages('drake')
as_file
plan_summaries()
.build_graph
backend
igraph
dependency network of your project.make(..., parallelism = "Makefile")
,
see what your Makefile
recipes
will look like in advance.storr
cache namespaces used by drake.args
argument to make()
.command
argument to make()
.config
vis_drake_graph()
.analyses
sessionInfo()
of the last call to make()
.hook
argument to make()
.make()
.parallelism
argument
to make()
for your system.make(..., parallelism = "Makefile")
.make()
.check
hook
argument to
make()
that redirects output messages to files.plan_analyses()
and plan_summaries()
.prework
argument to make()
.vis_drake_graph()
.plan
argument of make
.storr
namespaces that are cleaned
during a call to clean()
.make()
.default_system2_args
hook
argument to make()
for which no targets get built and no imports get processed.evaluate
gather
make()
.make(..., jobs = YOUR_CHOICE)
.hook
argument to
make()
that redirects error messages to files.make
.make()
.hook
argument to
make()
that redirects output and error messagesdrake_config()
.plan
make(..., parallelism = "Makefile")
.vis_drake_graph()
.drake_example("basic")
examples_drake
expand
make()
will build your targets
in successive parallelizable stages.plan_drake
drake_config()
list from the last make()
.make()
.storr
-related errors.session
example_drake
targets
argument to make()
, given a workflow plan
data frame.make()
.shell.sh
file required by
make(..., parallelism = 'Makefile', prepend = 'SHELL=./shell.sh')
.dataframes_graph()
.render_graph
workflow
read_config
summaries
storr
cache namespaces
that store target-level information.make()
,
on an existing internal configuration list.Makefile
during make(..., parallelism = "Makefile")
.workplan
drake
cache.plot_graph
read_graph
read_plan
make(..., parallelism = "Makefile")
.