Re: [Rd] Using .onUnload() to unload compiled code

2006-02-08 Thread Prof Brian Ripley
On Wed, 8 Feb 2006, James MacDonald wrote: > If one wants to unload compiled code for a package containing a > namespace, my understanding is that .onUnload() should be used, with a > call to library.dynam.unload(). This is used in e.g., the stats and > methods packages, but it appears to me th

Re: [Rd] Using .onUnload() to unload compiled code

2006-02-08 Thread Seth Falcon
Hi Jim, On 8 Feb 2006, [EMAIL PROTECTED] wrote: > If one wants to unload compiled code for a package containing a > namespace, my understanding is that .onUnload() should be used, with > a call to library.dynam.unload(). This is used in e.g., the stats > and methods packages, but it appears to me

[Rd] Using .onUnload() to unload compiled code

2006-02-08 Thread James MacDonald
If one wants to unload compiled code for a package containing a namespace, my understanding is that .onUnload() should be used, with a call to library.dynam.unload(). This is used in e.g., the stats and methods packages, but it appears to me that the compiled code is not being unloaded when the