hi,

a colleague of mine just tried this and gets an error every other(!) time the 
script runs -- i can replorduce this (svn version):

<snip>
setClass(Class = "item",
  representation = representation(
    options = "character"
  ),
  prototype = prototype(
    options = character()
  )
)
setGeneric("length")
setMethod("length", signature(x = "item"), definition = function(x) 
length(x@options))
</snip>

<error>
Error: Cannot find function "getGeneric"
Warning:
In .rk.get.structure.global(".__C__item") :
  failure to get object .__C__item
</error>


viele grüße :: m.eik

-- 
  dipl. psych. meik michalke
  abt. f"ur diagnostik und differentielle psychologie
  institut f"ur experimentelle psychologie
  heinrich-heine-universit"at d"usseldorf

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
RKWard-devel mailing list
RKWard-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to