Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning messages - clean up #17

Open
leppott opened this issue Apr 11, 2019 · 1 comment
Open

Warning messages - clean up #17

leppott opened this issue Apr 11, 2019 · 1 comment

Comments

@leppott
Copy link
Owner

leppott commented Apr 11, 2019

Is your feature request related to a problem? Please describe.
Clean up warning messages when have missing columns for metrics. The first warning is ok. The 2nd is a product of the first (All NA fields go to logical class). The 2nd is an issue with classes of columns and reshape2::melt.

Describe the solution you'd like
Probably check for an "logical" fields and convert to numeric before use reshape2::melt in metric.values function.

Describe alternatives you've considered
NA

Additional context

image

@leppott
Copy link
Owner Author

leppott commented Jun 26, 2019

Should be easy enough to avoid the 2nd message by checking for any all NA columns and convert the data type. Then should not get the 2nd warning message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant