On Tue, Aug 23, 2011 at 2:23 PM, Janko Thyson
wrote:
> aDear list,
>
> I'm aware of the fact that I posted on something related a while ago, but I
> just can't sweat this off and would like to ask your for an opinion:
>
> The problem:
> Namespaces are great, but they don't resolve certain conflict
When selecting names for functions and variables, I sometimes use
library(sos) to look for existing conflicts with other packages. This
won't solve all the problems Janko mentioned, but it can help avoid
some. Spencer
On 10/1/2011 9:11 AM, Dominick Samperi wrote:
On Tue, Aug 23, 2011
On 11-08-23 2:23 PM, Janko Thyson wrote:
aDear list,
I'm aware of the fact that I posted on something related a while ago,
but I just can't sweat this off and would like to ask your for an opinion:
The problem:
Namespaces are great, but they don't resolve certain conflicts regarding
name clashe
On Sat, Oct 1, 2011 at 1:08 PM, Duncan Murdoch wrote:
> On 11-08-23 2:23 PM, Janko Thyson wrote:
>>
>> aDear list,
>>
>> I'm aware of the fact that I posted on something related a while ago,
>> but I just can't sweat this off and would like to ask your for an opinion:
>>
>> The problem:
>> Namespa
On 11-10-01 5:14 PM, Dominick Samperi wrote:
On Sat, Oct 1, 2011 at 1:08 PM, Duncan Murdoch wrote:
On 11-08-23 2:23 PM, Janko Thyson wrote:
aDear list,
I'm aware of the fact that I posted on something related a while ago,
but I just can't sweat this off and would like to ask your for an opin
On Oct 1, 2011, at 6:14 PM, Duncan Murdoch wrote:
> On 11-10-01 5:14 PM, Dominick Samperi wrote:
>> On Sat, Oct 1, 2011 at 1:08 PM, Duncan Murdoch
>> wrote:
>>> On 11-08-23 2:23 PM, Janko Thyson wrote:
aDear list,
I'm aware of the fact that I posted on something related a
On Sat, Oct 1, 2011 at 3:14 PM, Duncan Murdoch wrote:
> On 11-10-01 5:14 PM, Dominick Samperi wrote:
[snip]
>> Except that namespace::foo should be assigned to another local
>> variable instead of using package::foo in a tight loop, because
>> repeated calls to "::" can introduce a significant per
On Oct 1, 2011, at 7:52 PM, Joshua Wiley wrote:
> On Sat, Oct 1, 2011 at 3:14 PM, Duncan Murdoch
> wrote:
>> On 11-10-01 5:14 PM, Dominick Samperi wrote:
> [snip]
>>> Except that namespace::foo should be assigned to another local
>>> variable instead of using package::foo in a tight loop, becau