cached |
List targets in the cache. *[Stable]* |
cached_planned |
List targets in both the plan and the cache. *[Stable]* |
cached_unplanned |
List targets in the cache but not the plan. *[Stable]* |
cancel |
Cancel a target mid-build *[Stable]* |
cancel_if |
Cancel a target mid-build under some condition *[Stable]* |
clean |
Invalidate and deregister targets. *[Stable]* |
clean_mtcars_example |
Clean the mtcars example from 'drake_example("mtcars")' *[Stable]* |
code_to_function |
Turn a script into a function. *[Stable]* |
code_to_plan |
Turn an R script file or 'knitr' / R Markdown report into a 'drake' plan. *[Questioning]* |
combine |
Transformations in 'drake_plan()'. *[Stable]* |
cross |
Transformations in 'drake_plan()'. *[Stable]* |
deps_code |
List the dependencies of a function or command *[Stable]* |
deps_knitr |
Find the drake dependencies of a dynamic knitr report target. *[Stable]* |
deps_profile |
Find out why a target is out of date. *[Stable]* |
deps_target |
List the dependencies of a target *[Stable]* |
diagnose |
Get diagnostic metadata on a target. *[Stable]* |
drake |
drake: A pipeline toolkit for reproducible computation at scale. |
drake_build |
Build/process a single target or import. *[Questioning]* |
drake_cache |
Get the cache of a 'drake' project. *[Stable]* |
drake_cache_log |
Get the state of the cache. *[Stable]* |
drake_cancelled |
List cancelled targets. *[Stable]* |
drake_config |
Ending of _drake.R for r_make() and friends *[Stable]* |
drake_debug |
Run a single target's command in debug mode.' *[Questioning]* |
drake_done |
List done targets. *[Stable]* |
drake_envir |
Get the environment where drake builds targets *[Questioning]* |
drake_example |
Download the files of an example 'drake' project. *[Stable]* |
drake_examples |
List the names of all the drake examples. *[Stable]* |
drake_failed |
List failed targets. *[Stable]* |
drake_gc |
Do garbage collection on the drake cache. *[Stable]* |
drake_get_session_info |
Session info of the last call to 'make()'. *[Stable]* |
drake_ggraph |
Visualize the workflow with 'ggraph'/'ggplot2' *[Stable]* |
drake_graph_info |
Prepare the workflow graph for visualization *[Stable]* |
drake_history |
History and provenance *[Stable]* |
drake_hpc_template_file |
Write a template file for deploying work to a cluster / job scheduler. *[Stable]* |
drake_hpc_template_files |
List the available example template files for deploying work to a cluster / job scheduler. *[Stable]* |
drake_plan |
Create a drake plan for the 'plan' argument of 'make()'. *[Stable]* |
drake_plan_source |
Show the code required to produce a given 'drake' plan *[Stable]* |
drake_progress |
Get the build progress of your targets *[Stable]* |
drake_running |
List running targets. *[Stable]* |
drake_script |
Write an example _drake.R script to the current working directory. |
drake_slice |
Take a strategic subset of a dataset. *[Stable]* |
drake_tempfile |
drake tempfile *[Stable]* |
readd |
Read and return a drake target/import from the cache. *[Stable]* |
read_drake_seed |
Read the pseudo-random number generator seed of the project. *[Stable]* |
read_trace |
Read a trace of a dynamic target. *[Stable]* |
recoverable |
List the most upstream _recoverable_ outdated targets. *[Stable]* |
render_drake_ggraph |
Visualize the workflow with 'ggplot2'/'ggraph' using 'drake_graph_info()' output. *[Stable]* |
render_drake_graph |
Render a visualization using the data frames generated by 'drake_graph_info()'. *[Stable]* |
render_sankey_drake_graph |
Render a Sankey diagram from 'drake_graph_info()'. *[Stable]* |
render_text_drake_graph |
Show a workflow graph as text in your terminal window using 'drake_graph_info()' output. *[Stable]* |
rescue_cache |
Try to repair a drake cache that is prone to throwing 'storr'-related errors. *[Questioning]* |
r_deps_target |
Launch a drake function in a fresh new R process *[Stable]* |
r_drake_build |
Launch a drake function in a fresh new R process *[Stable]* |
r_drake_ggraph |
Launch a drake function in a fresh new R process *[Stable]* |
r_drake_graph_info |
Launch a drake function in a fresh new R process *[Stable]* |
r_make |
Launch a drake function in a fresh new R process *[Stable]* |
r_missed |
Launch a drake function in a fresh new R process *[Stable]* |
r_outdated |
Launch a drake function in a fresh new R process *[Stable]* |
r_predict_runtime |
Launch a drake function in a fresh new R process *[Stable]* |
r_predict_workers |
Launch a drake function in a fresh new R process *[Stable]* |
r_recoverable |
Launch a drake function in a fresh new R process *[Stable]* |
r_sankey_drake_graph |
Launch a drake function in a fresh new R process *[Stable]* |
r_text_drake_graph |
Launch a drake function in a fresh new R process *[Stable]* |
r_vis_drake_graph |
Launch a drake function in a fresh new R process *[Stable]* |