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