# NOT RUN {
load_basic_example()
make(my_plan)
predict_runtime(my_plan, digits = 4) # everything is up to date
predict_runtime(my_plan, digits = 4, from_scratch = TRUE) # 1 job
predict_runtime(my_plan, future_jobs = 2, digits = 4, from_scratch = TRUE)
predict_runtime(
my_plan,
targets = c("small", "large"),
future_jobs = 2,
digits = 4,
from_scratch = TRUE
)
# }
Run the code above in your browser using DataLab