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

Re: [Rd] Lapack / dgesvx function declaration

2014-06-06 Thread Prof Brian Ripley
On 04/06/2014 10:53, Kristian Buchardt wrote: Hello there I'm writing some c-code to solve a numerically tough problem for me in R. Looking in Lapack.h, i find the following line F77_NAME(dgesvx)(const int* fact, const char* trans, const int* n, and I believe that "fact" should've been char in