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

2023-09-27 Thread Hüsing , Johannes via ESS-help
Mark, thanks for this hint, which reminded me to check the entries in my .emacs.d/init.el file. > I set the R version using something like this in my init file: > (setq inferior-ess-r-program "C:/Program Files/R/R-4.3.1/bin/x64/Rterm.exe") I commented out (setq inferior-ess-r-program

Re: [ESS] [EXTERNAL] Re: How to Duplicate Previous Functionality/Workflow

2023-09-27 Thread Sebastian Meyer via ESS-help
I don't regularly use polymode exporters as I usually have a Makefile, but when I tried last time I came up with the following ad-hoc customizations in my .emacs to be able to quickly render Rnw and Rmd documents via "\C-c\C-c".

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

2023-09-27 Thread Hüsing , Johannes via ESS-help
Thanks for the hint. The path variable is now %USERPROFILE%\AppData\Local\Microsoft\WindowsApps;%USERPROFILE%\AppData\Local\Programs\MiKTeX\miktex\bin\x64;C:\Program Files\R\R-4.3.1\bin; M-x R will still start R-4.2.2. After renaming C:\Programme\R\R-4.2.2, M-x R will lead to Emacs displaying

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

2023-09-27 Thread Mark Seeto via ESS-help
Hi Johannes, I set the R version using something like this in my init file: (setq inferior-ess-r-program "C:/Program Files/R/R-4.3.1/bin/x64/Rterm.exe") But I'm still using ESS 18.10.2 (in Vincent Goulet's Emacs distribution) so that line might not be the right way to do it in the version you're