Re: [Rd] assigning NULLs to elements of a list

2008-02-12 Thread Stephen B. Weston
Oleg Sklyar wrote: > Dear developers: > > I have just came across an (unexpected to me) behaviour of lists when > assigning NULLs to list elements. I understand that a NULL is a valid R > object, thus assigning a NULL to a list element should yield exactly the > same result as assigning any oth

Re: [Rd] Possible changes to connections

2007-06-01 Thread Stephen B. Weston
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > [I know there is a call to getConnection in package gtools, but > the return value is unused!] Speaking of connections and gtools, I've been wondering if the gtools setTCPNoDelay function's method of getting the Unix file descriptor of a socket co