dflow icon indicating copy to clipboard operation
dflow copied to clipboard

add drake_deps()

Open MilesMcBain opened this issue 5 years ago • 1 comments

Detects suggested packages required to use optional serialisation formats.

drake_plan(x = target(..., format = "fst")) creates a format column in the output plan which contains an "fst" element for the corresponding target.

MilesMcBain avatar Jan 31 '20 04:01 MilesMcBain

NB in development drake, make() and drake_config() now also have a format argument for those who want to set a global default format for all targets. Going to CRAN within the next couple weeks.

wlandau avatar Jan 31 '20 13:01 wlandau