drake (version 7.3.0)

default_long_hash_algo: Deprecated. Return the default long hash algorithm for make().

Description

Deprecated. drake now only uses one hash algorithm per cache.

Usage

default_long_hash_algo(cache = NULL)

Arguments

cache

Optional drake cache. When you configure_cache() without supplying a long hash algorithm, default_long_hash_algo(cache) is the long hash algorithm that drake picks for you.

Value

A character vector naming a hash algorithm.

Details

Deprecated on 2018-12-12

Examples

Run this code
# NOT RUN {
# deprecated
# }

Run the code above in your browser using DataLab