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
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