Re: [Rd] A bug understanding F relative to FALSE?

2020-01-23 Thread Jan Gorecki
I agree it is not good to have those symbols used in packages, but I found to use those quite often in my developement workflow, which is something like: $ R -q > cc(F) where `cc` is my function to rebuild application to recent state. I use it really often. Having to type FALSE every time

Re: [Rd] [External] Re: rpois(9, 1e10)

2020-01-23 Thread Martin Maechler
> Benjamin Tyner > on Thu, 23 Jan 2020 08:16:03 -0500 writes: > On 1/20/20 12:33 PM, Martin Maechler wrote: >> >> It's really something that should be discussed (possibly not >> here, .. but then I've started it here ...). >> >> The NEWS for R 3.0.0 contain

Re: [Rd] [External] Re: rpois(9, 1e10)

2020-01-23 Thread Benjamin Tyner
On 1/20/20 12:33 PM, Martin Maechler wrote: It's really something that should be discussed (possibly not here, .. but then I've started it here ...). The NEWS for R 3.0.0 contain (in NEW FEATURES) : * Functions rbinom(), rgeom(), rhyper(), rpois(), rnbinom(), rsignrank() and rwil

[Rd] Long vector support in data.frame

2020-01-23 Thread Morgan Morgan
Hi All, Happy New Year! I was wondering if there is a plan at some point to support long vectors in data.frames? I understand that it would need some internal changes to lift the current limit. If there is a plan what is currently preventing it from happening? Is it time, resources? If so is ther

Re: [Rd] Memory error in the libcurl connection code

2020-01-23 Thread Martin Maechler
> Gábor Csárdi > on Wed, 22 Jan 2020 22:56:17 + writes: > Hi All, > I think there is a memory error in the libcurl connection code that > typically happens when libcurl reads big chunks of data. This > potentially affects all code that use url() with the libcurl do