emacs-ess / ESS

Emacs Speaks Statistics: ESS
https://ess.r-project.org/
GNU General Public License v3.0
620 stars 162 forks source link

Enable ess-r-flymake using local inferior-ess-r-program #1263

Open beyondpie opened 1 year ago

beyondpie commented 1 year ago

Hi there,

When I use ESS over tramp, I set inferior-ess-r-program to one particular path in my remote machine. Then R works to setup a remote REPL for me.

But flymake does not work at all. I check the codes for ess-r-flymake, it seems that it will use inferior-ess-r-program ("R"). But later if I open a remote R file, it will not change the flymake behavior.

Would you mind to help on how to set ess-r-flymake based on my local inferior-ess-r-program? I am not sure if I miss something.

Thanks! Songpeng