You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure we should do anything about it; in particular, we're getting this behavior from base itself:
all.equal(1:10, asS4(1:10))
# [1] TRUE
And while it's easy to do isS4() ourselves on a non-recursive object, recursively checking isS4() (e.g. on all data.table columns, or on nested list inputs) seems more trouble than it's worth.
Filing here in case others feel strongly one way or the other.
The text was updated successfully, but these errors were encountered:
Seen during testing of #6183
Not sure we should do anything about it; in particular, we're getting this behavior from base itself:
And while it's easy to do
isS4()
ourselves on a non-recursive object, recursively checkingisS4()
(e.g. on all data.table columns, or on nested list inputs) seems more trouble than it's worth.Filing here in case others feel strongly one way or the other.
The text was updated successfully, but these errors were encountered: