Re: [Rd] Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?

2016-12-22 Thread Jonathan Baron
The site is working again, although for some reason it did not download any vignettes. I think that is OK. On 12/21/16 18:22, Jonathan Baron wrote: Unfortunately, I am unable to get this search site working again. (The message below explains why I had to rebuild it.) -- Jonathan Baron, Profess

Re: [Rd] Unexpected I(NULL) output

2016-12-22 Thread Martin Maechler
> Florent Angly > on Tue, 20 Dec 2016 13:42:37 +0100 writes: > Hi all, > I believe there is an issue with passing NULL to the function I(). > class(NULL) # "NULL" (as expected) > print(NULL) # NULL (as expected) > is.null(NULL) # TRUE (as expected) > Ac

[Rd] Is it possible to increase MAX_NUM_DLLS in future R releases?

2016-12-22 Thread Dan Dillon
I have read both the historical r-devel threads and the most recent one regarding this. After reviewing the code, it would seem to beg for a linked-list implementation vs. an array implementation. This has several interesting consequences. Cons: 1) We pay for dynamic allocation every time we re