Re: [ESS] What is the right way to deal with modules with emacs/ESS/R on a cluster?

2021-02-16 Thread Kasper Daniel Hansen via ESS-help
Alternatively, you can put the module command into your .bachrc (or similar configuration file). On Tue, Feb 16, 2021 at 8:06 PM Sparapani, Rodney via ESS-help < ess-help@r-project.org> wrote: > Hi Gang: > > I’m having some trouble between Emacs/ESS and R with modules > that I don’t understand.

Re: [ESS] SOLVED? What is the right way to deal with modules with emacs/ESS/R on a cluster?

2021-02-16 Thread Sparapani, Rodney via ESS-help
And now it just works! So, I think this is the right setup. Any comments to the contrary? The window manager issue was some sort of sporadic failure that I don’t understand. But, restarting all of the X services and terminals seemed to fix it (after fighting it for about an hour). -- Rodney Spa

[ESS] What is the right way to deal with modules with emacs/ESS/R on a cluster?

2021-02-16 Thread Sparapani, Rodney via ESS-help
Hi Gang: I’m having some trouble between Emacs/ESS and R with modules that I don’t understand. We have two TORQUE clusters. For best results, I have to load emacs from a script like so from the command line… #!/bin/bash (module load R/4.0.1; emacs "$@") On one cluster, the following elisp cod