Good morning. I am looking for some technical information about how R manages memory and data allocation... Could you please help me??
Thank you all. Alfonso Izzo. [[alternative HTML version deleted]]
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??
Thank you all. Alfonso Izzo. [[alternative HTML version deleted]]
Good morning. I am looking for some technical information about how R manages memory and data allocation... Could you please help me??
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