armgong / rjulia

R package which integrating R and Julia
GNU General Public License v2.0
145 stars 23 forks source link

CreateArray split into two functions for looking up the julia element… #32

Closed phaverty closed 8 years ago

phaverty commented 8 years ago

… type and separately creating the julia vector. The second of these fixes a bug introduced in #30 where arrays were treated as vectors. The R C-level function isVector does not mean what I thought it did. R_Juila_MD_NA now uses these functions too.

Tested with vector, matrix and 3D array with and without NAs.