Re: [Rd] potential setClass bug (with user-defined environment)

2006-09-27 Thread Martin Morgan
A previous report (no resolution) here: https://stat.ethz.ch/pipermail/r-devel/2006-August/038896.html I guess that's two of us with at least a passing encounter with this! Martin Parlamis Franklin <[EMAIL PROTECTED]> writes: > the following returns an error in an 'exists' call on my machine >

[Rd] potential setClass bug (with user-defined environment)

2006-09-27 Thread Parlamis Franklin
the following returns an error in an 'exists' call on my machine MyEnv <- new.env() setClass("Numeric", "numeric", where=MyEnv) franklin parlamis > version _ platform powerpc-apple-darwin8.7.0 arch powerpc os darwin8.7.0 system powerpc, darwin