Prevent incorrect data.table
-connected metadata out of epix_as_of
#561
Labels
bug
Something isn't working
Created on 2024-11-03 with reprex v2.1.1
.internal.selfref
andsorted
are used by thedata.table
package ondata.table
objects and maybe at some point some in-place conversions and mostly-internal shallow conversions. We probably should remove them.sorted
's value is incorrect anyway given that there's no version column in the output. Right now I only notice it being annoying when writing some tests.as.data.frame
orsetDT
beforeas_tibble
data.table
isn't how I remembered it; check whether thesorted
attribute set inepix_detailed_restricted_mutate
beforesetDT
is actually being used anymore (/ ever?). If so, means above is more important to addressThe text was updated successfully, but these errors were encountered: