lgautier / Rif.jl

Julia-to-R interface
GNU General Public License v2.0
54 stars 25 forks source link

ndims should be size? #25

Closed slundberg closed 10 years ago

slundberg commented 10 years ago

It looks like the ndims() function should really be size() for the 2D RArray constructors in vectors.jl.

lgautier commented 10 years ago

It could be. If you can make a pull request, this would be great.

lgautier commented 10 years ago

Fixed with accepted pull request.