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

Opt-in for deferred failure #60

Open
krlmlr opened this issue Jun 28, 2018 · 1 comment
Open

Opt-in for deferred failure #60

krlmlr opened this issue Jun 28, 2018 · 1 comment
Labels

Comments

@krlmlr
Copy link
Collaborator

krlmlr commented Jun 28, 2018

get_stage("script") %>%
  set_keep_going() %>% # do not stop if a certain step errors down the line

  # Run R CMD check
  step_rcmdcheck() %>%

  # lint the R source code
  step_lint() %>%

  # lint the documentation web page
  step_weblint()
@pat-s
Copy link
Member

pat-s commented Jan 23, 2020

Would it be more consistent to support this via an arg keep_going across all funs? (yeah, lots of work)

set_keep_going() is somewhat standalone compared to the add_, do_ or get_ patterns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants