Questions tagged [ess]
ESS (Emacs Speaks Statistics) is an emacs add-on for editing scripts and interacting with statistical programs such as R, Stata or SAS.
188 questions
0 votes
0 answers
40 views
Ess with org mode over tramp on hpc in slurm interactive job hangs
I have emacs running on my mac. I use tramp to open a remote dir in dired I run M-x shell from that buffer to open a new shell on the remote HPC machine. I start an interactive job with slurm: srun --...
0 votes
0 answers
36 views
Org babel R sessions setwd value
If I make a new org file: #+begin_src R getwd() #+end_src #+begin_src R :session getwd() #+end_src When I execute the first block, I do not get asked for the "R starting project directory&...
2 votes
1 answer
427 views
debugging python code
I've mostly used R with ESS before, but now I'm using python for a data sciency project. My general workflow is having a split screen with code on one side and the shell on the other (I generally don'...
2 votes
1 answer
74 views
When executing R source, how to split frame and start R in the new frame?
I have the same problem mentioned in this 2012 R mailing list post: "My work habit would be to open *.R, then [Ctrl-C Ctrl-C to run a block of code], hoping that the window would automatically ...
0 votes
1 answer
85 views
ESS Eval Region/Load file/Eval Function button not showing on starting an R file
I am on Debian 12 / Ubuntu 22. I installed emacs+ess by doing sudo apt install emacs sudo apt install ess When I start an R file, it does not show me the icons for instance for Load file. Can someone ...
1 vote
1 answer
150 views
ESS: not start new R process for different file
I often share an R process with multiple .R files. The default in ESS when I ess-eval-line-invisibly-and-step from a new file within a different R package I develop is to create a new R process. The ...
1 vote
2 answers
334 views
ESS R: how to get TAB-completion when editing .R-files?
When editing an .R-file I see that ess-r-mode is on ("ESS[R]" in the status line). If an R session is opened in another buffer, I see that inferior-ess-r-mode is on there ("iESS [R:1]&...
1 vote
1 answer
68 views
ESS with R sessions in different frames
When I have two frames open with different R sessions in each, such as +------------+------------+ +------------------+ | # file.R | | | | | 1+4 | ...