drake (version 7.3.0)

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

Description

Deprecated on 2018-12-12.

Usage

short_hash(cache = drake::get_cache(verbose = verbose), verbose = 1L)

Arguments

cache

drake cache. See new_cache(). If supplied, path and search are ignored.

verbose

Integer, control printing to the console/terminal.

  • 0: print nothing.

  • 1: print targets, retries, and failures.

  • 2: also show a spinner when preprocessing tasks are underway.

Value

A character vector naming a hash algorithm.

Examples

Run this code
# NOT RUN {
# deprecated
# }

Run the code above in your browser using DataLab