Re: [Rd] getGraphicsEvent on X11 and event queuing

2016-06-09 Thread Martin Maechler
Hi Frederik, > > on Tue, 7 Jun 2016 15:20:05 -0700 writes: > ... I just realized that setGraphicsEventHandlers or > getGraphicsEvent could have an 'onIdle' callback, to be > called somewhere in the polling loop of gevents.c:163 - I > think this would solve my proble

Re: [Rd] readlines() truncates text file with Codepage 437 encoding

2016-06-09 Thread Martin Maechler
I can reproduce the issue on Linux (Fedora F22), R 3.3.0 patched of today. Here's code for experimenting which allows to reproduce the issue without the need for an attached file (there's a temporary file created and removed as part of the function below) : ##-

Re: [Rd] cumsum method in Math group

2016-06-09 Thread Michael Lawrence
On Thu, Jun 9, 2016 at 1:13 AM, Edzer Pebesma wrote: > When running > > a = runif(10) > class(a) = "foo" > Math.foo = function(x, ...) { > NextMethod(.Generic) > } > signif(a, 3) > cumsum(a) > > > I don't understand why cumsum strips the class, but signif does not. > Both claim in the document

[Rd] cumsum method in Math group

2016-06-09 Thread Edzer Pebesma
When running a = runif(10) class(a) = "foo" Math.foo = function(x, ...) { NextMethod(.Generic) } signif(a, 3) cumsum(a) I don't understand why cumsum strips the class, but signif does not. Both claim in the documentation that "These are generic functions: methods can be defined for them indi

Re: [Rd] Trivial patch for merge.Rd

2016-06-09 Thread Martin Maechler
> Marc Schwartz > on Wed, 8 Jun 2016 21:13:40 +0200 writes: >Hi all, > After replying to r-help earlier today on the merge() related thread, I > noted a trivial grammatical error in the description for the 'suffixes' > argument in it's help file. > A patch against