RData.jl
RData.jl copied to clipboard
Convert R's 32-bit integers to native integers
Although R is cursed to support only 32-bit integers, it would be convenient to have an option in RData.jl to convert all such integers to the native integer type (Int), which these days is usually 64 bits.