Re: [Rd] Rjulia: a package for R call Julia through Julia C API

2014-06-06 Thread Yu Gong
I think somebody already do "call R from julia"  https://github.com/lgautier/Rif.jl Yu Gong On Friday, June 6, 2014 7:30 PM, Karl Forner wrote: Excellent. By any chance are you aware of a julia way to perform the opposite: call R from julia ? Thanks On Fri, Jun 6, 2014 at 7:23 AM, Yu

Re: [Rd] Rjulia: a package for R call Julia through Julia C API

2014-06-06 Thread Karl Forner
Excellent. By any chance are you aware of a julia way to perform the opposite: call R from julia ? Thanks On Fri, Jun 6, 2014 at 7:23 AM, Yu Gong wrote: > hello everyone,recently I write a package for R call Julia through Julia C > API > https://github.com/armgong/RJulia > now the package can d

[Rd] Rjulia: a package for R call Julia through Julia C API

2014-06-06 Thread Yu Gong
hello everyone,recently I write a package for R call Julia through Julia C API https://github.com/armgong/RJulia now the package can do 1 finish basic typemapping, now int boolean double R vector to julia 1d-array is ok,and julia int32 int64 float64 bool 1D array to R vector is also ok. 2 R STRSXP