. — time_stamps" />
make(..., parallelism = "Makefile")
.R/timestamp.R
For "Makefile"
parallelism,
dummy timestamp files tell the Makefile
which targets need to be built and which can be skipped.
This function is for internal use only. It is only exported
to flesh out some of the examples in the help files.
time_stamps(config)
config | Internal master configuration list
produced by |
---|
nothing
# NOT RUN { test_with_dir("Quarantine side effects.", { load_basic_example() # Get the code with drake_example("basic"). config <- drake_config(my_plan) # Master internal configuration list time_stamps(config) # Now look in '.drake/ts' for dummy timestamp files. }) # }