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
e.g.
library(evaluate) evaluate(' 1+1 closeAllConnections() 2+2 ')
Error in isIncomplete(con) : invalid connection Warning in sink() : no sink to remove Error in close.connection(con) : invalid connection
dkahle/ggmap#9 was one example.
Is there way to prevent the connection in evaluate from being closed? https://github.com/hadley/evaluate/blob/master/R/watcher.r#L11
The text was updated successfully, but these errors were encountered:
Hmmmm. I guess we could detect that with the parser and at least a more informative error message?
Sorry, something went wrong.
That might be the only thing we can do, since there is no way to recover a connection after it is closed.
1782e44
closeAllConnections()
No branches or pull requests
e.g.
dkahle/ggmap#9 was one example.
Is there way to prevent the connection in evaluate from being closed? https://github.com/hadley/evaluate/blob/master/R/watcher.r#L11
The text was updated successfully, but these errors were encountered: