Skip to content

Object winds up with duplicated class data.frame/data.table/data.frame #173

Description

@MichaelChirico

We found a small change to the data.frame method of as.data.table() produced a bug in {DramaAnalysis}:

Rdatatable/data.table#6739

As noted there, somehow this line is creating an object with duplicates in its class():

dstat <- dictionaryStatistics(rksp.0, fields=list(Familie=list("aber")))

We can work around the issue in {data.table}, but having duplicates in class(x) is really not a good idea. If you investigate and find it is data.table code that produced the duplicate class, please let us know, but I did confirm this duplicate class is already present using the CRAN version of {data.table}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions