[R] long vectors in R 3.0.x

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue Jan 21 08:23:15 CET 2014


On 21/01/2014 06:33, km wrote:
> Dear All,
>
> I understand that  we could use long vectors like this beyond 2^31-1 limit.
> x<- c('0')
> length(x)<- 2^35
>
> But how do I do introduce this notion in matrices ? specifically if i want
> rows > 2^31-1 limit ?

You read the documentation about the change, and if you wish the 
rationale at 
http://cran.r-project.org/doc/manuals/r-release/R-ints.html#Current-and-future-directions


>
> Regards,
> Krishna Mohan
>
> 	[[alternative HTML version deleted]]

The posting guide asked you not to do that.

>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list