configure_cache | R Documentation |
The purpose of this function is
to prepare the cache to be called from make()
.
drake
only uses a single hash algorithm now,
so we no longer need this configuration step.
configure_cache(
cache = drake::get_cache(verbose = verbose),
short_hash_algo = drake::default_short_hash_algo(cache = cache),
long_hash_algo = drake::default_long_hash_algo(cache = cache),
log_progress = FALSE,
overwrite_hash_algos = FALSE,
verbose = 1L,
jobs = 1,
init_common_values = FALSE
)
cache |
Cache to configure |
short_hash_algo |
Short hash algorithm for drake.
The short algorithm must be among |
long_hash_algo |
Long hash algorithm for drake.
The long algorithm must be among |
log_progress |
Deprecated logical.
Previously toggled whether to clear the recorded
build progress if this cache was used for previous calls to
|
overwrite_hash_algos |
Logical, whether to try to overwrite the hash algorithms in the cache with any user-specified ones. |
verbose |
Deprecated on 2019-09-11. |
jobs |
Number of jobs for parallel processing |
init_common_values |
Logical, whether to set the initial |
Deprecated on 2018-12-12.
A drake/storr cache.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.