powered by
Check which targets are out of date and need to be rebuilt. IMPORTANT: you must be in the root directory of your project.
outdated(plan, targets = drake::possible_targets(plan), envir = parent.frame(), verbose = TRUE, cache = NULL, parallelism = drake::default_parallelism(), jobs = 1, packages = (.packages()), prework = character(0), config = NULL)
same as for make
make
same as for make. Overrides config$envir.
config$envir
optional drake cache. See codenew_cache(). The cache argument is ignored if a non-null config argument is supplied.
cache
config
option internal runtime parameter list of make(...), produced with config(). config$envir is ignored. Otherwise, computing config in advance could save time if you plan multiple calls to outdated().
make(...)
config()
outdated()
missed, plan, make, plot_graph
missed
plan
plot_graph
# NOT RUN { load_basic_example() outdated(my_plan) make(my_plan) outdated(my_plan) # }
Run the code above in your browser using DataLab