You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues, both open and closed.
Description
If we use drake_plan(x = target(your_df(), format = "fst") and the fst package is not installed, drake throws an error at the last minute. We should check ASAP that all the packages are present for the selected formats. We should also emphasize in the docs that these packages do not come pre-installed with drake.
Turns out this patch makes vis_drake_graph() and friends brittle. I think those utility functions should work without formats, so I am putting this check at the very beginning of make() instead of drake_config().
Prework
drake
's code of conduct.Description
If we use
drake_plan(x = target(your_df(), format = "fst")
and thefst
package is not installed,drake
throws an error at the last minute. We should check ASAP that all the packages are present for the selected formats. We should also emphasize in the docs that these packages do not come pre-installed withdrake
.cc @MilesMcBain
The text was updated successfully, but these errors were encountered: