>> Le mardi 11 septembre 2012 à 16:53 +0200, Basil Abou El-Komboz a
>> écrit :
>>> Dear useR's,
>>>
>>> today I stumbled over an interesting phenomenon: First, I
>>> created a named numeric vector with a certain class and several
>>> attributes via the structure() func
Thanks for you help Martin,
On Tue, Sep 11, 2012 at 8:22 PM, Martin Morgan wrote:
> On 09/11/2012 04:19 PM, Henrik Bengtsson wrote:
>>
>> Hi,
>>
>> I'm trying to implement an abort() method that works just like stop()
>> but does not signal the condition such that try() and tryCatch(...,
>> condi
The methods package ?cbind2 includes the instruction to use via
methods:::bind_activation(TRUE). This changes the default definition of
cbind globally, disrupting proper evaluation in packages not using
cbind2. Is cbind2 a hold-over from a time when ... could not be used for
dispatch? What is a