Hi yihui,
I am trying your runr package in this moment.
My machine is window 7, 32bit...
After I set up the environment path,
I can call julia in the window cmd promt.
The Sys.which("julia") can return bin\ address.
I am using R 3.0.2 and the newest rstudio version 0.98.1062 right now. But when I try your example.
j$start()
Rstudio occur red stop label on the console top and can't conect to julia...Keep waiting..
I am using julia 0;3.1 right now. Sys.which return this.
Sys.which("julia")
julia
"D:\JULIA-~1.1\bin\julia.exe"
I set up julia at D:\Julia-0.3.1
Path variable I set this:
D:\Julia-0.3.1;D:\Julia-0.3.1\bin;
Hi yihui,
I am trying your runr package in this moment.
My machine is window 7, 32bit...
After I set up the environment path,
I can call julia in the window cmd promt.
The Sys.which("julia") can return bin\ address.
I am using R 3.0.2 and the newest rstudio version 0.98.1062 right now. But when I try your example.
j$start()
Rstudio occur red stop label on the console top and can't conect to julia...Keep waiting..
I am using julia 0;3.1 right now. Sys.which return this.
I set up julia at D:\Julia-0.3.1
Path variable I set this:
D:\Julia-0.3.1;D:\Julia-0.3.1\bin;