search for: classdef2

Displaying 2 results from an estimated 2 matches for "classdef2".

Did you mean: classdef
2010 Feb 02
1
S4 setClass / initialize misunderstanding
Hi, I recently ran into this problem. I couldn't find any mention of it in the setClass documentation. setClass("Foo", representation(file = "character")) setMethod("initialize", "Foo", function(.Object, file) { print(file) }) setClass("Bar", contains = "Foo") And the error: Error in print(file) : argument "file" is
2009 Nov 03
1
help with SSOAP (can't find working examples)
...SchemaCollection" would also be valid Error in paste(" .elementFormQualified", .elementFormQualified, sep = " = ") : no slot of name "elementFormQualified" for this object of class "SchemaTypes" In addition: Warning message: In .findOrCopyClass(class2, classDef2, where, "subclass") : Class "VirtualXMLSchemaClass" is defined (with package slot "XMLSchema") but no metadata object found to revise subclass information---not exported? Making a copy in package ".GlobalEnv" I am not an expert in web services and WSDL, b...