ESS and EC2 Error "Process R is Dead"

I am trying to use ESS with EC2. I run the instance in the EC2 console and then ssh in the instance.

M-x shell
cd ~/.ec2
ssh -i zmjones.pem root@ec2-23-22-122-35.compute-1.amazonaws.com

Then I start ESS with

M-x ess-remote

Where do I choose r. However, when I try to interact with the process, I get the error message "R process has died." However, I can manually enter commands into the shell by inserting commands from my script into the shell.

+3
source share
1 answer

The process is not buffered. Try C-c C-zor C-c C-s associate the current buffer with the process.

If you are still experiencing this problem, it would be nice to report this to github or ess-help.

+1
source

All Articles