Skip to content

potential setClass bug (with user-defined environment)

2 messages · Parlamis Franklin, Martin Morgan

#
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, darwin8.7.0
status         beta
major          2
minor          4.0
year           2006
month          09
day            22
svn rev        39471
language       R
version.string R version 2.4.0 beta (2006-09-22 r39471)
#
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 <fparlamis at mac.com> writes: