On 9/18/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote:
> Note that attach() has a return value, so you don't need to use
> as.environment() on the name.
>
> Do note more carefully that the attribute you added to env _has_ 'been
> dropped', so there is nothing special about package environments he
Note that attach() has a return value, so you don't need to use
as.environment() on the name.
Do note more carefully that the attribute you added to env _has_ 'been
dropped', so there is nothing special about package environments here.
You seem to believe that you can (re-)attach an actual envi
Hi.
contrary to other environments, the attributes of a *package*
environment are dropped (from the new environment) when attach():ing
it to the search() path. This might or might not be surprising, but
have some side effects if rearranging/attaching package environments.
# Example - Regular env