Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep_going = TRUE fails for formatted targets #1206

Closed
3 tasks done
wlandau opened this issue Mar 6, 2020 · 0 comments
Closed
3 tasks done

keep_going = TRUE fails for formatted targets #1206

wlandau opened this issue Mar 6, 2020 · 0 comments
Assignees

Comments

@wlandau
Copy link
Member

wlandau commented Mar 6, 2020

Prework

Reproducible example

library(drake)
plan <- drake_plan(
  x = target(stop(123), format = "fst_tbl"),
  y = target(stop(123), format = "fst_tbl")
)
make(plan, keep_going = TRUE)
#> ▶ target x
#> x fail x
#> Warning: You selected fst_tbl format for target x, so drake will convert it from
#> class c("simpleError", "error", "condition") to a tibble.
#> Error in as.data.frame.default(value, stringsAsFactors = FALSE): cannot coerce class 'c("simpleError", "error", "condition")' to a data.frame

Created on 2020-03-06 by the reprex package (v0.3.0)

@wlandau wlandau self-assigned this Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant