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
> 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
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
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
> 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