Displaying 1 result from an estimated 1 matches for "asvecsize".
2008 Jan 21
1
Misinformative error message for vector()
...Error in vector("list", length = function() { :
negative length vectors are not allowed
whereas if you for instance do:
> vector("list", length="foo")
Error in vector("list", length = "foo") :
unimplemented type 'character' in 'asVecSize'
which is more informative.
/Henrik