Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Martin Maechler
On Sat, Oct 23, 2010 at 18:23, Peter Dalgaard wrote: > On 10/23/2010 05:27 PM, Uwe Ligges wrote: >> >> >> On 23.10.2010 17:25, Martin Maechler wrote: >>> 2010/10/23 Uwe Ligges: On 23.10.2010 17:08, Uwe Ligges wrote: > > Looks like those ETH pages were nnot updated after the

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Peter Dalgaard
On 10/23/2010 05:27 PM, Uwe Ligges wrote: > > > On 23.10.2010 17:25, Martin Maechler wrote: >> 2010/10/23 Uwe Ligges: >>> >>> >>> On 23.10.2010 17:08, Uwe Ligges wrote: Looks like those ETH pages were nnot updated after the R-2.12.0 release (they do not show current R-tached / R-de

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Uwe Ligges
.environment") because setMethod() introduced a local function in the new method. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Vitally S. Sent: Thursday, October 21

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Martin Maechler
nition. Use as(env, "environment") or equivalent. >>>>>> (In this case, the assignment of the object's >>>> >>>> own >>>>>> >>>>>> environment was irrelevant to the error.) >>>>>>

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Uwe Ligges
tMethod() introduced a local function in the new method. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Vitally S. Sent: Thursday, October 21, 2010 9:00 AM To: John Chambers Cc

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-23 Thread Uwe Ligges
tion in the new method. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Vitally S. Sent: Thursday, October 21, 2010 9:00 AM To: John Chambers Cc: r-devel@r-project.org S

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-22 Thread Vitally S.
dnesday, October 06, 2010 6:13 PM >>>>> To: 'r-devel@R-project.org' >>>>> Subject: Re: [Rd] Recursion error after upgrade to >>>> > R_2.11.1[Sec=Unclassified] >>>> It was due to a miscount of how many frames to go >>&

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-22 Thread John Chambers
_2.11.1[Sec=Unclassified] >>> It was due to a miscount of how many frames to go >>> up before evaluating an expression in >>> getMethod("[[<-",".environment") because setMethod() >>> introduced a local function in the new method. >>> >&

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-22 Thread Vitally S.
thod() >> introduced a local function in the new method. >> >> Bill Dunlap >> Spotfire, TIBCO Software >> wdunlap tibco.com >> >>> -Original Message- >>> From: r-devel-boun...@r-project.org >>> [mailto:r-devel-boun...@r-

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-21 Thread John Chambers
ent") because setMethod() introduced a local function in the new method. Bill Dunlap Spotfire, TIBCO Software wdunlap tibco.com -Original Message- From: r-devel-boun...@r-project.org [mailto:r-devel-boun...@r-project.org] On Behalf Of Vitally S. Sent: Thursday, October 21, 2010 9:00 A

Re: [Rd] new.env does not recognize parents from subclassesof "environment"

2010-10-21 Thread William Dunlap
s > Cc: r-devel@r-project.org > Subject: Re: [Rd] new.env does not recognize parents from > subclassesof "environment" > > > > Here is an infinite recursion error which occurs only with S4 > subclasses assignment. > > setClass("myenv", contains =