RData.jl icon indicating copy to clipboard operation
RData.jl copied to clipboard

Convert R's 32-bit integers to native integers

Open epatters opened this issue 5 years ago • 0 comments

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.

epatters avatar Dec 23 '20 05:12 epatters