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

Tibble problems in heatmap routine #53

Closed
nhejazi opened this issue Nov 7, 2018 · 0 comments · Fixed by #54
Closed

Tibble problems in heatmap routine #53

nhejazi opened this issue Nov 7, 2018 · 0 comments · Fixed by #54
Assignees
Labels

Comments

@nhejazi
Copy link
Owner

nhejazi commented Nov 7, 2018

Since a5482f5, the object in slot tmleOut was changed so as to be wrapped in as_tibble, which coerces it to multiple classes: tbl_df, tbl, data.frame. Upon invoking heatmap_ic, this results in the following warning:

Warning message:
In if (class(x@tmleOut) == "EList") { :
  the condition has length > 1 and only the first element will be used
@nhejazi nhejazi self-assigned this Nov 7, 2018
@nhejazi nhejazi added the bug label Nov 7, 2018
nhejazi referenced this issue Nov 8, 2018
tibble trouble: fixes heatmap warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant