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
on.exit()
@lionel- has a hack to fix this:
evaluate::evaluate(c( "on.exit(print('bye'))", "print('hi')" )) #> <evaluation> #> Source code: #> on.exit(print('bye')) #> Text output: #> [1] "bye" #> Source code: #> print('hi') #> Text output: #> [1] "hi"
Created on 2024-07-03 with reprex v2.1.0
The text was updated successfully, but these errors were encountered:
Ensure on.exit() runs at end of chunk
7b2b8be
Fixes #201
2c533a9
Successfully merging a pull request may close this issue.
@lionel- has a hack to fix this:
Created on 2024-07-03 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: