ropensci / visdat

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

Question: error about varying attributes #48

Closed rosseji closed 7 years ago

rosseji commented 7 years ago

An error message:

Warning message:
attributes are not identical across measure variables; they will be dropped

Can you explain whats happening here? Is it that some variables have different metadata or classes? And is dropped NA or removing?

rosseji commented 7 years ago

Great package though! You're a champ

njtierney commented 7 years ago

Hi Ross!

This will be fixed in an upcoming release - you can preview this on the fix-functionality branch.

Basically the error is related to collating together factors in a tidyr::gather step, it is nothing to worry about, :)

Hopefully this should be on CRAN this coming weekend.

if that makes sense I'll close this issue, unless you have another question? :)