Peter Haverty

Results 25 issues of Peter Haverty

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.

R_Julia_MD currently returns jl_nothing if it gets a zero-length input. What would you think about letting it return a zero-length julia variable of the appropriate type? I think this would...

It would be awesome to have access to the mongo function `findAndModify`. I've been looking into implementing [this trick](https://www.tutorialspoint.com/mongodb/mongodb_autoincrement_sequence.htm) for an auto-incrementing field. On a related note, would also be...