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
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()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: