Skip to content

unpack() incorrectly unpacks non-df-cols if they are size 0 #1191

Description

@DavisVaughan
tidyr::unpack(tibble::tibble(x = integer()), x)
#> # A tibble: 0 × 0

This should error in the current implementation, but really it should silently skip x (i.e. #1153)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviornesting 🐦nesting, chopping, and packing

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions