-
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
reprex Error in (function (x) : object 'y' not found #241
Comments
Since This same code can be successfully cc @lionel- |
This makes me wonder if I should be capturing expression input with |
I think you're right, it makes sense to use |
Yeah, sorry, that's what I meant and what I used to use. I had just been fiddling with top-level code and had So shall I go back to Line 278 in d03e0ef
|
Yes This will also make the evaluation timing in reprex examples more accurate. Currently the unquoted stuff could depend on local state and go unnoticed because reprex only sees constants. |
I'm trying to create a reprex example for a code review and I'm running into a weird issue where I can't create a reprex that seems like it should run. Am I just being thick?
Here's my reprex'd reprex attempt showing simultaneously that reprex works and doesn't work.
Created on 2019-02-07 by the reprex package (v0.2.1)
Session info
The text was updated successfully, but these errors were encountered: