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

Function flatten conflict with exported function flatten from DataFrames #1359

Closed
Greg-R opened this issue Dec 10, 2019 · 2 comments · Fixed by #1360
Closed

Function flatten conflict with exported function flatten from DataFrames #1359

Greg-R opened this issue Dec 10, 2019 · 2 comments · Fixed by #1360

Comments

@Greg-R
Copy link

Greg-R commented Dec 10, 2019

v0.19.4 DataFrames did not export flatten. v0.20.0 exports flatten.
I am seeing this warning:

WARNING: both DataFrames and Iterators export "flatten"; uses of it in module Gadfly must be qualified

and then this error:

ERROR: UndefVarError: flatten not defined

Is this a problem in DataFrames or Gadfly?

@Mattriks
Copy link
Member

That needs to be fixed in Gadfly, so that it's compatible with DataFrames v0.20.0. In the meantime, you'll need to use DataFrames 0.19.4:

]add DataFrames@0.19.4

@Greg-R
Copy link
Author

Greg-R commented Dec 10, 2019

Thank you, that eliminates the warning and error; my code is running to completion now.

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

Successfully merging a pull request may close this issue.

2 participants