search for: objectswithpackag

Displaying 4 results from an estimated 4 matches for "objectswithpackag".

Did you mean: objectswithpackage
2012 Aug 22
1
loading both RPostgreSQL and RSQLite leads to problems
...Function" object="genericFunctionWithTrace" object="MethodDefinition" object="MethodDefinitionWithTrace" object="MethodSelectionReport" object="MethodWithNext" object="MethodWithNextWithTrace" object="namedList" object="ObjectsWithPackage" object="oldClass" object="PostgreSQLDriver" (inherited from: object="dbObjectId") object="refClassRepresentation" object="refMethodDef" object="refObjectGenerator" object="signature" object="sourceEnvironment"...
2010 May 20
1
getSubClasses()?
Hi,   Is there a built in function that returns a character vector of all subclasses of a given superclass? showClass(Class = "SomeClass") contains the info that I want, but I don't know how to access it. getSubClasses <- function(superClass) return(setdiff(getClasses(.GlobalEnv), superClass)) wíll only work if the global enviroment isn;t filled with other class definitions.
2003 Oct 15
2
help.search in trouble with R-patched ?
...unless its me missing something... > help.search("prompt", agrep=F) Error: couldn't find function ".class1" > traceback() 12: initialize(value, ...) 11: initialize(value, ...) 10: new("ObjectsWithPackage", value, package = pkg) 9: metaNameUndo(unique(these), prefix = "M", searchForm = searchForm) 8: methods:::getGenerics(ns) 7: unique(c(methods:::getGenerics(ns), methods:::getGenerics(parent.env(ns)))) 6: loadNamespace(name) 5: getNamespace(ns) 4: asNamespace(ns) 3: getExportedValue...
2019 Jan 24
0
Possible setClassUnion Unloading Issue
...cter" ## ## Extends: "vector", "data.frameRowLabels", "SuperClassMethod", "chrOrNULL" ## ## Known Subclasses: ## Class "signature", from data part ## Class "className", from data part ## Class "ObjectsWithPackage", from data part ## `validObject` now fails: validObject('hello') ## Loading required package: testpkg ## Error in validObject("hello") : ## invalid class "character" object: superclass "chrOrNULL" not defined ## in the...