R-Box icon indicating copy to clipboard operation
R-Box copied to clipboard

Rbox cant find R

Open JanaJarecki opened this issue 7 years ago • 0 comments

Hi Randy,

let me begin on a general note. I love Rbox. It is a fantastic tool.

But, everytime I have to enter the configurations for R again (say I have a new computer/updated R-box), it is utterly intransparent how to configure it.

Would it be possible to add precise setup instructions here on github?

My current problem Before updating R-box I could open up an R-file, go on R-box > Set Working Directory and the Rgui would upen up and would run the setwd() command. Doing the same after updating R-box, now, does nothing and gives me the console error

    Exception: window not found.

If I open the R Gui first by hand, and run the command again, it works.

I am sure this is a user error by me.

Thanks a lot for helping out. Cheers Jana


Specs Windows 10. SendCode installed. SendCode - Choose Program set to R Gui.

R-box paths

    "rscript_binary": "C:\\Program Files\\R\\R-3.4.0\\bin\\x64\\Rsript.exe",

    // additional paths to PATH variable
    "R64": "C:\\Program Files\\R\\R-3.4.0\\bin\\x64\\Rgui.exe",

JanaJarecki avatar Jun 22 '18 15:06 JanaJarecki