Displaying 1 result from an estimated 1 matches for "r64145".
Did you mean:
64145
2013 Dec 06
1
Undocumented S4 method Warning For Bracket
Hello,
With R version 3.0.2 Patched (2013-10-30 r64123) I don't see warnings that I get in R Under development (unstable) (2013-11-03 r64145)
The warnings are like :
Undocumented S4 methods:
generic '[' and siglist 'BayMethList,ANY,ANY'
The function actually looks like :
setMethod("[", "BayMethList",
function(x, i) {
# Code to subset object.
}
It has 2 parameters, not 3. The warning also...