Christophe Weblog Wiki Code Publications Music
fix bug #21
authorChristophe Rhodes <csr21@cantab.net>
Mon, 23 Apr 2012 10:33:44 +0000 (11:33 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Mon, 23 Apr 2012 10:33:44 +0000 (11:33 +0100)
%in% needs a `vector' first argument, so make it so, listifying
anything that isn't already a vector.  (Note: there seem to be plenty
of non-vector first arguments that work, such as
as.Date("2012-01-01"), which returns FALSE to is.vector() -- but the new
code seems to get that right anyway, based on very limited testing.


No differences found