ropensci / visdat

Preliminary Exploratory Visualisation of Data
https://docs.ropensci.org/visdat/
Other
450 stars 47 forks source link

output of plot is now ordered by the original column names #134

Closed muschellij2 closed 3 years ago

muschellij2 commented 3 years ago

Fixes #133. Factors the column name.

Thought - maybe have a warning if rows or variable, valueType are included in the original data to give a warning as these will be silently removed due to reshaping.

muschellij2 commented 3 years ago

The failure seems to be a change in tibble::tribble implementation (likely from vctrs)

njtierney commented 3 years ago

Thanks so much for this, @muschellij2

Sorry I haven't gotten to this sooner. Taking a look now.