You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm learning R using the "swirl" package, and when I open the second lesson in the regression models course, the error pops up in red text:
"Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Error in readline("...") :
INTEGER() can only be applied to a 'integer', not a 'unknown type #29'
In addition: Warning message:
In readline("...") : type 29 is unimplemented in 'type2char'"
Also, after this pops up, the "environment" tab in the upper right corner begins loading and has not stopped, even after I remove objects from the list.
I'd really appreciate advice on how to fix this error as well as an explanation about what it's warning me about. Thank you!
The text was updated successfully, but these errors were encountered:
Hi! I'm learning R using the "swirl" package, and when I open the second lesson in the regression models course, the error pops up in red text:
"Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Error in readline("...") :
INTEGER() can only be applied to a 'integer', not a 'unknown type #29'
In addition: Warning message:
In readline("...") : type 29 is unimplemented in 'type2char'"
Also, after this pops up, the "environment" tab in the upper right corner begins loading and has not stopped, even after I remove objects from the list.
I'd really appreciate advice on how to fix this error as well as an explanation about what it's warning me about. Thank you!
The text was updated successfully, but these errors were encountered: