Re: [Rd] Proper way to define cbind, rbind for s4 classes in package

2015-02-11 Thread Mario Annau
sorry - I just got irritated by my different R-versions. The behaviour I described in the previous mail was discovered using R 3.1.2 without bind_activation(TRUE). In r67773 all calls are delegated to r/cbind.matrix and not r/cbind2. As a workaround I have now implemented an S3 method for my S4 cla

Re: [Rd] R CMD check: Uses the superseded package: ‘doSNOW’

2015-02-11 Thread Joshua Ulrich
On Tue, Feb 10, 2015 at 5:10 AM, Xavier Robin wrote: > Oh, I completely missed that one. > It's very neat as it seems to work both on Windows and Unix. > It works on both Windows and *nix because it combines functionality from snow (Windows) and multicore (*nix). > Thanks! > Xavier > > > On 10/02

Re: [Rd] update.packages with ask = FALSE will sometimes ask about updates

2015-02-11 Thread Rainer M Krug
Richard Cotton writes: > Today while running update.packages(ask = FALSE), R stopped to ask me > a question: > > There are binary versions available but the source versions are later: > binary source needs_compilation > KernSmooth 2.23-13 2.23-14 TRUE > mixture

[Rd] update.packages with ask = FALSE will sometimes ask about updates

2015-02-11 Thread Richard Cotton
Today while running update.packages(ask = FALSE), R stopped to ask me a question: There are binary versions available but the source versions are later: binary source needs_compilation KernSmooth 2.23-13 2.23-14 TRUE mixture1.2 1.3 TRUE Do you