Re: [ESS] Problems with lintr in Emacs

2017-12-16 Thread Sparapani, Rodney
Hi Renger:

Check the value of inferior-R-program-name to see if your setting is actually 
happening.

Rodney

-Original Message-
From: Renger van Nieuwkoop <ren...@vannieuwkoop.ch>
Date: Saturday, December 16, 2017 at 11:36 AM
To: Rodney Sparapani <rspar...@mcw.edu>
Subject: Re: [ESS] Problems with lintr in Emacs

Hi Rodney
That is the funny thing: I have this exact line in my .emacs.
Renger

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help


[ESS] Problems with lintr in Emacs

2017-12-16 Thread Sparapani, Rodney
Hi Renger:

Not sure what would cause that.  But, you should be able to fix this by
placing the following in ~/.emacs

(setq-default inferior-R-program-name 
"C:/Program Files/R/R-3.4.3/bin/x64/Rterm.exe”)

Happy Holidays!

Rodney and the ESS elves

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help

[ESS] Problems with lintr in Emacs

2017-12-15 Thread van Nieuwkoop Renger Herman
Hi
I have update to R-3.4.3 after having problems when I open an R-script and 
flyspellcheck of syntax activated. I get the following error, which makes sense 
as the path for Rterm.exe is wrong:

Try installing a more recent version of r-lintr, and please open a bug report 
if the issue persists in the latest release.  Thanks!
Suspicious state from syntax checker r-lintr: Flycheck checker r-lintr returned 
non-zero exit code 1, but its output contained no errors: 
'c:\PROGRA~1\R\R-34~1.3/bin/x64/Rterm.exe" --slave --restore --no-save -e 
"library' is not recognized as an internal or external command,
operable program or batch file.

The path should be "C:/Program Files/R/R-3.4.3/bin/x64/Rterm.exe"

I have searched in my .emacs and other files or options  where this might be 
coming from, but I didn't find a clue where this wrong path to Rterm.exe (in 
this case 'c:\PROGRA~1\R\R-34~1.3/bin/x64/Rterm.exe) is set.

I reinstalled ESS and Emacs, but that didn't solve the issue.
Windows 10, x64, Emacs 25.1.3 (from Goulet)

Thanks in advance
Renger

__
ESS-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/ess-help