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 to julia string 1D array and Julia string array to STRSXP is written but not sure it is correct or not? 3 Can Set Julia gc disable at initJulia. to build Rjulia need git master branch julia and R. the package now only finish very basic function, need more work to finish. so any comments and advice is welcome. currently it can be use on unix and windows console,on windows gui it crashed. [[alternative HTML version deleted]]
Karl Forner
2014-Jun-06 11:30 UTC
[Rd] Rjulia: a package for R call Julia through Julia C API
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 <armgong@yahoo.com> 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 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 to julia string 1D array and Julia string array to STRSXP is > written but not sure it is correct or not? > 3 Can Set Julia gc disable at initJulia. > to build Rjulia need git master branch julia and R. > the package now only finish very basic function, need more work to finish. > so any comments and advice is welcome. > currently it can be use on unix and windows console,on windows gui it > crashed. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >[[alternative HTML version deleted]]
Seemingly Similar Threads
- Altering the return address , for a function with multiple return paths
- about RGui HighDPI awareness on windows
- build problems with current xen unstable cpu.h vl.h:75 vl.c:24 cpu-all.h:122: error: syntax error before "float64"
- using C code to create data frame but always return as list
- [LLVMdev] Introducing julia, and gauging interest in a julia BOF session at the upcoming LLVM conference in London