Skip to content

Take care of known list classes #723

@krlmlr

Description

@krlmlr

From tibble's revdepchecks, I see the following S3 classes that wrap a list and are a vector:

Base classes should be fixed in vctrs:

  • "package_version"

These will need to be fixed in downstream packages, either by implementing vec-proxy or by adding an explicit "list" at the end of the vector class.

  • bench: "bench_expr"
  • concurve: "data.frame" (?????)
  • feasts: "lst_mdl"
  • heemod: "lazy_dots" (???)
  • jstor, textrecipes: "quosures"
  • PML: "trelliscope_panels"
  • psychmeta: "ad_int_list"
  • units: "mixed_units"

Related: #666.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions