Re: [Rd] R crashes when printing a named numeric vector of a specific class - Bug?

2012-09-12 Thread Basil Abou El-Komboz
>> 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

Re: [Rd] Is invokeRestart("abort") unstoppable?

2012-09-12 Thread Henrik Bengtsson
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

[Rd] methods cbind2 bind_activation disrupts cbind everywhere

2012-09-12 Thread Martin Morgan
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