Skip to content

several bugs (PR#918) lists and matrices

1 message · Brian Ripley

#
Points 1 and 2 are already fixed in R-devel, as I did indicate on R-help,
yesterday.

Point 3 is in the FAQ, no less:

   * In R, if `x' is a list, then `x[i] <- NULL' and `x[[i]] <- NULL'
     remove the specified elements from `x'.  The first of these is
     incompatible with S, where it is a no-op.  (Note that you can set
     elements to `NULL' using `x[i] <- list(NULL)'.)

Please don't mix up unrelated reports: point 3 has nothing to do with
matrix lists.
On Wed, 13 Mar 2002 rmh@surfer.sbm.temple.edu wrote: