You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue using windows. After digging and understand the code, I notice that the error shows that Rscript is not recognize as a command. So check if your path is set up to use R.
@esvanegas could you explain further what the R binaries folder path is?
I added both
C:\Program Files\R\R-4.3.1\bin\x64
C:\Program Files\R\R-4.3.1\bin
to my Path. I'm able to run R in the command prompt.
Still when I test Synchronous example code. I got NULL.
Hello,
ex-sync.R : the console.log command returns "null".
It isn't the expected result (cf. README.md)
ex-async.R : in console, returns :
It isn't the expected result (cf. README.md)
What solution do i have ?
Is the project still maintained ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: