search for: tykki

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

2002 Jul 16
1
methods: representation gives "unused arguments" on failure (PR#1796)
...9;unused argument(s)' error. This occurs in the function 'representation' in the file SClasses.R in the methods directory of the R source. The same typo occurs in the same function a few lines above it. The following diff indicates at which lines these 'stop' functions occur: tykki:~/R-1.5.1/src/library/methods/R# diff SClasses.R.old SClasses.R 33c33 < stop(paste("Duplicate class names among superclasses:", paste(includes[duplicated(includes)], collapse = ", ")), sep="") --- > stop(paste("Duplicate class names among su...
2002 Jul 17
0
methods: representation gives "unused arguments" on failure (PR#1799)
...t; error. This occurs in the function 'representation' in the file > SClasses.R in the methods directory of the R source. The same typo > occurs in the same function a few lines above it. The following diff > indicates at which lines these 'stop' functions occur: > > tykki:~/R-1.5.1/src/library/methods/R# diff SClasses.R.old SClasses.R > 33c33 > < stop(paste("Duplicate class names among superclasses:", > paste(includes[duplicated(includes)], collapse = ", ")), sep="") > --- > > stop(paste("Dupli...