Which of the files in the bin directory are you refering to as the cmd file.


Sent from Mail for Windows 10

From: chris burke
Sent: Friday, January 3, 2020 12:42 AM
To: General forum
Subject: Re: [Jgeneral] R interface problem

Thanks. I remember now this came up recently, and the solution was to
replace the R_HOME setting with the full path to R.

Please check if this works for you, i.e. your cmd file to load J should be
something like (use the correct R version):

@rem SET R_HOME="c:\Program Files\R\R-3.3.2"
set PATH=C:\WINDOWS;C:\WINDOWS\system32;C:\Program Files\R\R-3.3.2\bin\x64
C:\Users\chris\j901\bin\jqt.exe

This worked in our testing, but why the R_HOME setting fails in Windows is
a mystery. AFAIK it should be equivalent to setting the path.

On Wed, Jan 1, 2020 at 8:22 PM Lippu Esa <[email protected]> wrote:

> Thank you Chris, here is what I get>
>
>
>    NB. demo
>    NB.
>    NB. This script demos the J/Rserver connection.
>
>    load 'stats/r/rserver'
>
>    Ropen''
> |domain error: cd
> |   r=.    ropen1 0
> |[-6] c:\users\sel1\j901-user\temp\3.ijs
>    cder''
> 1 0
>
>
> Esa
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to