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.
source
share