Closed s-u closed 10 years ago
Generic vectors with any attributes other than "names" will break (e.g. I(list())). This patch makes sure they don't , but see FIXME comments inside - ideally, names should be handled properly by looking for the "names" attribute.
I(list())
Thanks for the review and fix. this tells you about my knowledge of the R internals...
Generic vectors with any attributes other than "names" will break (e.g.
I(list())
). This patch makes sure they don't , but see FIXME comments inside - ideally, names should be handled properly by looking for the "names" attribute.