emacs-ess / ESS

Emacs Speaks Statistics: ESS

Home Page:https://ess.r-project.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

beyondpie opened this issue · comments

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