Skip to content

Problems with definitions of S4-generics

1 message · Seth Falcon

#
J?rg Beyer <Beyerj at students.uni-marburg.de> writes:
I see the same thing using a fairly recent R-devel:
[1] "foobar"
[1] TRUE
standardGeneric for "foobar" defined from package ".GlobalEnv"

function (x) 
standardGeneric("foobar")
<environment: 0x5fd6d6c>
Methods may be defined for arguments: x 

+ seth