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

zoo() object expecting DataFrame instead of tibble #6

Open
EvanFalcone opened this issue Nov 5, 2018 · 0 comments
Open

zoo() object expecting DataFrame instead of tibble #6

EvanFalcone opened this issue Nov 5, 2018 · 0 comments

Comments

@EvanFalcone
Copy link

Running ga-dashboard-demo, I was getting an error at line 178 of server.R: the zoo() object created was expecting a DataFrame instead of a tibble. See the following related StackOverflow post:
https://stackoverflow.com/a/42645170

Though perhaps not the best solution, under line 178 of server.R, I added an explicit coercion to DataFrame:

agg_data <- as.data.frame(agg_data)

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