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
C stack error within RStudio console for code without error in terminal #8067
Comments
|
Looks like RStudio is getting stuck in a loop from You can reproduce outside of RStudio with, for example: I suspect this is caused by recursive references within the R object of some form. |
|
FWIW |
|
Mystery deepens: The stack limit does not prevent the creation of the Since there are many cases in which |
|
Unfortunately it's too late to fix this in 1.4. Moving to 1.5. Workaround could be to turn off auto refresh on the environment pane. |
System details
Steps to reproduce the problem
Run the code block in RStudio with CTRL-ENTER or in Console
Describe the problem in detail
Execution differs in RStudio, which throws the error:
and fails to create the
genobject from the same code in the Terminal pane or shell. No difference whether executed from a saved script with .R extension or in an untitled/unsaved window.Describe the behaviour you expected
Code would run identically in RStudio Console as Terminal
MWE
The text was updated successfully, but these errors were encountered: