-
Notifications
You must be signed in to change notification settings - Fork 26
Installation leaves me in interactive R session #125
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
Comments
What version of rig did you use? |
Installed today
|
Interesting. Did you see any messages from R before this happened? Can you copy the full output here? Do you have anything in your |
Don't have any |
Sorry, I got lost in work for a while. Output of
|
Hmmm, it does not happen for me, can you run these are show me the output?
Thanks! |
Okay, it has something to do with zsh or oh-my-zsh. When I create a bash shell and run |
I can indeed reproduce it with oh-my-zsh.
|
Even simpler:
|
We could probably pass |
Awesome, glad you found the cause and solution. |
Well, thanks to the oh my zsh tip, I would have never thought of that.... and it probably should not matter, meaning that it is a bug in oh my zsh? |
It must be one of the plugins evaluating the command options but I wouldn't know which one. It seems like a bug to me, too. I'm on a different system now. Have you tried the following? zsh -c "/opt/R/4.1.3/bin/R -s --vanilla -e 'getRversion()'" |
Yeah, It is much easier to pass the plain unescaped arguments. |
I'm on an Ubuntu derivative
When I install a new R version with rig, it's stuck in an interactive R session. I then need to type "enter" to see the prompt followed by
q()
to quit, another "enter" to see the promptSave workspace image? [y/n/c]:
.That doesn't seem normal. Please let me know what more information you need to debug this.
The text was updated successfully, but these errors were encountered: