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

viz_gb_on_period error: could not find function "hcaes" #62

Closed
ryurko opened this issue Apr 14, 2018 · 1 comment
Closed

viz_gb_on_period error: could not find function "hcaes" #62

ryurko opened this issue Apr 14, 2018 · 1 comment

Comments

@ryurko
Copy link

ryurko commented Apr 14, 2018

I tried running the following code and received the following error:

library(baseballr)
viz_gb_on_period("2018-03-29", "2018-04-14", "NL Central")

Error in hcaes(x = Date, y = GB, group = Team) :
could not find function "hcaes"

Since that is from the highcharter package I accessed its library directly with library(highcharter) and then it worked, so I'm assuming there's a dependency issue or missing highcharter::hcaes.

@BillPetti
Copy link
Owner

Yup, pushed a fix. Should work on reinstall.

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

2 participants