Skip to content
Prev 58640 / 398503 Next

conv() example in R-exts

On Mon, 8 Nov 2004, Robin Hankin wrote:

            
Not, I suspect:  R-exts is not intended to be.
Because things written on help pages can change.

There *is* a potential issue here, as 64-bit platforms could support
longer vectors than an R integer can represent.  I suspect before too long
we will need a `size' type for lengths.  Already object.size() has been 
changed to return a double, not an integer, since people are created 
objects of more than 2Gb in size.