Re: [Rd] ... (dotMethods) and cbind/rbind: how to give the signature?

2008-12-23 Thread Sklyar, Oleg (London)
I find it easier to use S3 methods for cbind and rbind even for S4 classes. The reason is that first you won't have different classes in the signature for cbind/rbind and second is that ... signatures are only allowed if ALL arguments are of the same class, whereas setGeneric("cbind") will force

Re: [Rd] rscproxy version conflict

2008-12-23 Thread Thomas Baier
Simon Urbanek wrote: > FWIW: technically, you don't have to match the patch level version. > Although default DLL checks usually require perfect match, it should > be safe to require that R version lies in [x.y.z, x.y+1.0) where > x.y.z is the R version that the interfacing DLL was compiled agains

Re: [Rd] rscproxy version conflict

2008-12-23 Thread Prof Brian Ripley
On Tue, 23 Dec 2008, Thomas Baier wrote: Simon Urbanek wrote: FWIW: technically, you don't have to match the patch level version. Although default DLL checks usually require perfect match, it should be safe to require that R version lies in [x.y.z, x.y+1.0) where x.y.z is the R version that th

[Rd] Align legend title wish remainder (PR#13415)

2008-12-23 Thread gregor . gorjanc
Full_Name: Gregor Gorjanc Version: 2.8.0 and above OS: generic Submission from: (NULL) (82.192.44.219) This is just a remainder for a wish to align legend title as reported and "solved" at https://stat.ethz.ch/pipermail/r-devel/2008-December/051642.html Thanks! Regards, Gregor __

Re: [Rd] rscproxy version conflict

2008-12-23 Thread Simon Urbanek
On Dec 23, 2008, at 11:29 AM, Thomas Baier wrote: Simon Urbanek wrote: FWIW: technically, you don't have to match the patch level version. Although default DLL checks usually require perfect match, it should be safe to require that R version lies in [x.y.z, x.y+1.0) where x.y.z is the R versi