We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
library(refer) x <- 1:10 evaluate::evaluate("refer::slice(x, 3:6)") #> <evaluation> #> Source code: #> refer::slice(x, 3:6) #> Condition: #> Error in get0(sub_x, envir = sys.frame(i), ifnotfound = NULL): #> promise already under evaluation: recursive default argument reference or earlier problems?
Created on 2024-08-21 with reprex v2.1.0
Probably because it's doing something suspicious with the call stack, but worth double checking.
The text was updated successfully, but these errors were encountered:
The error arises when evaluating x in the withVisible(do) frame.
x
withVisible(do)
Sorry, something went wrong.
Revert change to using manual context
7e75018
Closes #210. Fixes #214. Closes #219. Fixes #220. Closes #221.
b834959
Successfully merging a pull request may close this issue.
Created on 2024-08-21 with reprex v2.1.0
Probably because it's doing something suspicious with the call stack, but worth double checking.
The text was updated successfully, but these errors were encountered: