Re: [Rd] search for variable in package in .GlobalEnv first

2013-10-07 Thread Duncan Murdoch
On 07/10/2013 10:29 AM, Rainer M Krug wrote: Hi First, sorry if I get the terminology wrong, I am still quite new to the concept of using environments and workspaces. Say I have a statement in a package SIM like sim <- TYPE where the variable TYPE is initialized in the package to e.g. "expone

[Rd] search for variable in package in .GlobalEnv first

2013-10-07 Thread Rainer M Krug
Hi First, sorry if I get the terminology wrong, I am still quite new to the concept of using environments and workspaces. Say I have a statement in a package SIM like sim <- TYPE where the variable TYPE is initialized in the package to e.g. "exponential" (SIM::TYPE == "exponential"). Now, I wa