Skip to main content

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.

0 votes
0 answers
40 views

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 --...
user27815's user avatar
  • 249
0 votes
0 answers
36 views

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&...
user27815's user avatar
  • 249
2 votes
1 answer
427 views

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'...
swhalemwo's user avatar
2 votes
1 answer
74 views

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 ...
098arakdpk's user avatar
0 votes
1 answer
85 views

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 ...
user2338823's user avatar
1 vote
1 answer
150 views

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 ...
r2evans's user avatar
  • 275
1 vote
2 answers
334 views

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]&...
pglpm's user avatar
  • 397
1 vote
1 answer
68 views

When I have two frames open with different R sessions in each, such as +------------+------------+ +------------------+ | # file.R | | | | | 1+4 | ...
r2evans's user avatar
  • 275

15 30 50 per page
1
2 3 4 5
13