search for: bbfn

Displaying 3 results from an estimated 3 matches for "bbfn".

Did you mean: bbf4
2017 Jun 23
1
setReplaceMethod creates 'object' in the userworkspace
Hi, I recognized that the function 'setReplaceMethod' is creating a character vector in the user workspace having the name (e.g. "newClass") of the class used as value. If you can sort out a mistake by myself, I would like you to file a bug report. BBFN, Jonathan setClass("newClass", representation(value="numeric")) setMethod(f = "initialize", signature = "newClass", definition = function(.Object){ .Object at value <- 1 return(.Object) }) setGeneric(name = "myValue", d...
2017 Jun 23
1
setReplaceMethod creates 'object' in the userworkspace
Hi, I recognized that the function 'setReplaceMethod' is creating a character vector in the user workspace having the name (e.g. "newClass") of the class used as value. If you can sort out a mistake by myself, I would like you to file a bug report. BBFN, Jonathan setClass("newClass", representation(value="numeric")) setMethod(f = "initialize", signature = "newClass", definition = function(.Object){ .Object at value <- 1 return(.Object) }) setGeneric(name = "myValue", d...
2017 Jun 27
0
[Rd] setReplaceMethod creates 'object' in the userworkspace
...workspace having the name (e.g. "newClass") > of the class used as value. If you can sort out a mistake by myself, I > would like you to file a bug report. Yes, a mistake by yourself (and really not fit for R-devel, but rather for R-help to which I follow up now) > BBFN, > Jonathan > setClass("newClass", representation(value="numeric")) > > setMethod(f = "initialize", signature = "newClass", > definition = function(.Object){ > .Object at value <- 1 > return(.Object) > }) >...