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