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