rjulia icon indicating copy to clipboard operation
rjulia copied to clipboard

R package which integrating R and Julia

Results 11 rjulia issues
Sort by recently updated
recently updated
newest added

I'm getting error in #include "julia.h"

When trying to install julia from RStudio (v. 1.0.136) using R (v. 3.3.0), i receive the following error message: ```{r, eval=FALSE} > devtools::install_github("armgong/rjulia", args = "--no-multiarch")# or ref="0.3" if using...

After running `library(rjulia)`, typing ctrl-C (^C) in the R console causes R to crash: ``` *** caught segfault *** address 0x0, cause 'memory not mapped' Possible actions: 1: abort (with...

The R functions have multiple names, e.g. jDo and julia_void_eval. Let's pick just one for each function. I like the shorter names, personally.

What do you think about adding rjulia to the CRAN repository of packages? I've got some work in the BioConductor repository that could make good use of rjulia. Doing so...

We really should have Travis CI set up to test on multiple platforms. CodeCov wouldn't be a bad idea either. I'm not sure if it can do C code within...

DataTables.jl looks like it will be the future. Likewise for CategoricalArrays.

It would be very useful to be able pass arrays with dimension names from R to Julia and back. NamedArrays.jl or AxisArrays.jl could be used on the julia side.

DataFrames has switched from DataArrays and PooledDataArrays to NullableArrays and CategoricalArrays. rjulia should switch too. I think it would be very similar code.