search for: ans_nnam

Displaying 2 results from an estimated 2 matches for "ans_nnam".

Did you mean: ans_nnames
1997 Jul 28
0
R-alpha: R 0.50.a1 unlist() problems
...***************************************** R> l <- list(a = list(1:5, LETTERS[1:5]), b = "Z", c = NA) R> l $a $a[[1]] [1] 1 2 3 4 5 $a[[2]] [1] "A" "B" "C" "D" "E" $b [1] "Z" $c [1] NA R> unlist(l) INTERNAL ERROR: ans_nnames = 10 ans_length = 12 Error: incorrect names vector length *********************************************************************** Hmm ... -k =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ....
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
A set of patches for R-0.50-a1 is now available as ftp://stat.auckland.ac.nz/pub/R/R-0.50-a1.patch1.gz The patches mainly fix problems reported since R-0.50-a1 but some older problems are also fixed. Here is the list of changes. Ross o Many subsetting and mutation problems with the new "expression" type have now been fixed. o When ask=T is set in par() the user is instructed