Displaying 1 result from an estimated 1 matches for "crinet".
Did you mean:
arinet
2003 Oct 17
1
RE: [S] Dynamic Memory Allocation in R
> From: Gamal Abdel-Azim [mailto:gamal at crinet.com]
>
> While trying to expand the memory/object size in R, I noticed
> that R might be using
> only heap memory. Is this true? Are all objects in R created
> in the heap not
> allocated? It's not logical that this is the case!! Otherwise
> the whole R project would...