Re: [ESS] running R remotely via tramp

2019-05-06 Thread Alex Branham via ESS-help
Hi Chris - I just pushed a fix for this, so your original script should work as soon as MELPA updates ESS (usually within 4-8 hours). Let me know if you continue to experience issues after that update. Thanks for reporting this bug. Alex __

Re: [ESS] running R remotely via tramp

2019-05-05 Thread Alex Branham via ESS-help
On Sat 04 May 2019 at 12:48, Chris Wallace wrote: >> Instead of uncommenting those lines, passing t to executable-find’s >> second argument should work. Can you check if this solves your issue? >> >> (unless (executable-find inferior-ess-r-program t) >>(display-warning 'ess (format"%s

Re: [ESS] running R remotely via tramp

2019-05-04 Thread Chris Wallace via ESS-help
On 04/05/2019 15:17, Alex Branham wrote: On Sat 04 May 2019 at 05:16, Chris Wallace wrote: > I misread an offline suggestion by Stephen Eglen, and created a copy > of run-ess-r in my .emacs with these lines commented: > > ;; (unless (executable-find inferior-ess-r-program) > ;;

Re: [ESS] running R remotely via tramp

2019-05-04 Thread Chris Wallace via ESS-help
I misread an offline suggestion by Stephen Eglen, and created a copy of run-ess-r in my .emacs with these lines commented: ;; (unless (executable-find inferior-ess-r-program) ;; (display-warning 'ess (format "%s could not be found on the system. Try running `R-newest' instead, which

Re: [ESS] running R remotely via tramp

2019-05-04 Thread Alex Branham via ESS-help
On Sat 04 May 2019 at 05:16, Chris Wallace wrote: > I misread an offline suggestion by Stephen Eglen, and created a copy > of run-ess-r in my .emacs with these lines commented: > > ;; (unless (executable-find inferior-ess-r-program) > ;; (display-warning 'ess (format "%s could not be

Re: [ESS] running R remotely via tramp

2019-05-04 Thread Chris Wallace via ESS-help
Dear Alex, thanks for the suggestion, but this doesn't fix it. The error remains the same. Chris On 03/05/2019 20:54, Alex Branham wrote: Hi Chris - I'm on my phone now so I haven't tried this, but I think changing ess-directory to default-directory should solve this issue. Alex On May

Re: [ESS] running R remotely via tramp

2019-05-03 Thread Alex Branham via ESS-help
Hi Chris - I'm on my phone now so I haven't tried this, but I think changing ess-directory to default-directory should solve this issue. Alex On May 3, 2019 9:46:58 AM CDT, Chris Wallace via ESS-help wrote: >Dear ESS-help, > >I have just upgraded my ess via melpa, and my ability to run R

[ESS] running R remotely via tramp

2019-05-03 Thread Chris Wallace via ESS-help
Dear ESS-help, I have just upgraded my ess via melpa, and my ability to run R remotely has stopped. I had been doing so via the function (after earlier help from this list https://stat.ethz.ch/pipermail/ess-help/2016-January/010863.html)   (defun Rcpu ()     "Run R on CSD3"