-
Notifications
You must be signed in to change notification settings - Fork 81
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
testthat::skip() aborts the generation of a reprex #400
Comments
I stumbled across the same error when my code produced a stack limit error:
|
Yeah I can reproduce what @krlmlr reports without reprex, so I think this has to be pursued upstream. |
Maybe related to #119, r-lib/testthat#594 |
The failure in these cases will be somewhat better, in that I now point out that something about the reprex interacts fatally with the rendering machinery. |
@dirkschumacher your example is basically exactly #388 ( |
@dirkschumacher your example is also now covered by r-lib/evaluate#103 |
I suspect it's a problem further upstream, because it occurs in rmarkdown too. Maybe in {evaluate}?
Created on 2021-10-29 by the reprex package (v2.0.1)
If I run
reprex::reprex(testthat::skip("wat"))
locally, I see:The text was updated successfully, but these errors were encountered: