search for: xl1_

Displaying 1 result from an estimated 1 matches for "xl1_".

Did you mean: xl10
2003 Feb 27
0
unwanted coercion of length 0 vectors (PR#2587)
...;character': test> xc0_ complex( 0) test> xc0[1]_ 3 test> mode( xc0) [1] "numeric" # should be 'complex' test> xch0_ character(0) test> xch0[ 1]_ 3 test> mode( xch0) [1] "numeric" Intriguingly, something strange happens even with lists: test> xl1_ list( 1) test> xl1[1]_ 3 test> xl1 [[1]] [1] 3 test> xl0_ list() test> xl0[1]_ 3 Error: (list) object cannot be coerced to vector type 14 cheers Mark mark.bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32...