Re: [ESS] Have M-x R point at the most recent version of R

2023-09-29 Thread Manuel Teodoro via ESS-help
ESS needs C:/Programme/R/R-4.2.2/bin/R.exe I'm not sure if I'm missing something but it seems to me that you want to define it in your init file, but then you will have to update it each time that you change R versions. Use the following line (setq inferior-ess-r-program

[ESS] run R code upon starting each ESS session

2023-10-03 Thread Manuel Teodoro via ESS-help
Is there a way to run R code upon starting each ESS session? Something like Rprofile but I'd like to make it more dependent to emacs. What I want is to have a few options settings in my R sessions by default. Since I use it in different computers but my Emacs configuration is shared among all of

Re: [ESS] run R code upon starting each ESS session

2023-10-03 Thread Manuel Teodoro via ESS-help
-hook 'ess-r-post-run-hook 'my-r-ess-init) In this way, whatever you place in variable is executed upon startup of the inferior R process. Cheers! Manuel On Tue, Oct 3, 2023 at 9:10 PM Tyler Smith via ESS-help < ess-help@r-project.org> wrote: > On Tue, Oct 3, 2023, at 12:5

Re: [ESS] why a release from time to time would be nice

2023-10-06 Thread Manuel Teodoro via ESS-help
Hi Stephen, I am not part of ESS team but I'm wondering what kind of problems you have with Rmd files, maybe we can give you some advices. I do all my Rmd and Qmd files in Emacs without any problem. In my experience it works very well, even better than org-mode babel for R. For the yaml part I

Re: [ESS] brms / cmdstanr crashes in emacs but not terminal

2023-05-26 Thread Manuel Teodoro via ESS-help
Hi Joshua, Here is an idea but I hope that somebody with more experience in Emacs can chip in to the discussion. In my experience I have encountered a similar situation a couple of times: when a process is available in the terminal but not in Emacs it is because the path to the scripts and

Re: [ESS] Emacs, ESS and Rmarkdown: Is this the way compile is supposed to work?

2023-05-05 Thread Manuel Teodoro via ESS-help
Hi Kevin, First of all, sorry for the late reply, I was OOO for a couple of weeks and I didn't have my laptop with me. Anyway, I was trying to follow up with your init file but it has a couple of things that, in my opinion, might be redundant or not necessary, and I am not sure if silly mistakes

Re: [ESS] Emacs, ESS and Rmarkdown: Is this the way compile, is supposed to work?

2023-05-11 Thread Manuel Teodoro via ESS-help
Hi Kevin, I was trying to reproduce your error but somehow, I cannot manage. Thus, I did a quick search and found the following link https://github.com/polymode/poly-markdown/issues/2 They report some kind of similar error. The suggestion is the following: >>> I solve it by installing polymode.

[ESS] ESS with Corfu

2023-11-21 Thread Manuel Teodoro via ESS-help
Hi, I was wondering if somebody has experience using ESS with Corfu. I have been using Company until now and it works great out of the Box with R in ESS. Recently I decided to try out Corfu and I like it way more for other languages like ESS and Julia, but it has some drawbacks with R. Basically