reactor
reactor copied to clipboard
Directory for R.exe is wrong on Windows
On Windows, R.exe is located in a subdirectory of R_HOME. Changing Sys.getenv("R_HOME")
in start_reactor()
to R.home('bin')
creates the correct path.
thanks!
I'll need to check that this is consistent across all platforms.