Skip to content

R Memory Management

2 messages · Alfonso Izzo, Duncan Murdoch

#
Good morning.
I am looking for some technical information about how R manages memory
and data allocation...
Could you please help me??
#
On 23/03/2016 4:52 AM, Alfonso Izzo wrote:
There is some user-level information in Writing R Extensions in section 
5.9 among other places, some internals documentation in R Internals, and 
some more detailed technical information in the Technical Papers 
collection, in particular

Under new memory management. Luke Tierney, R News, 1(1):10-11, January 2001

These are all linked into the help system.

Duncan Murdoch