dependency_profile {drake} | R Documentation |
States of the dependencies of a target
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-02-14.
Usage
dependency_profile(target, config, character_only = FALSE)
Arguments
target |
Name of the target. |
config |
Deprecated. |
character_only |
Logical, whether to assume |
Value
A data frame of the old hashes and
new hashes of the data frame, along with
an indication of which hashes changed since
the last make()
.
[Package drake version 7.13.11 Index]