no applicable method for 'group_by' applied to an object of class "waiver"
Open
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
I am getting this error with the following code that has not changed:
no applicable method for 'group_by' applied to an object of class "waiver"
Final_UConn_Shot_Charts_Prod <- data.frame(Final_UConn_Shot_Charts_Prod)
p <- NCAA_Court +
geom_point(size = 2, data = Final_UConn_Shot_Charts_Prod,
aes(x=shot_x, y=shot_y, shape = shot_team, color = shot_outcome)) +
scale_colour_manual(
values = c("green", "red")) +
labs(title = "UConn Men's Basketball Shot Chart vs All Teams (Home Team on Top Court)")
ggplotly(p,height = 1200, width=800)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied R example involving NCAA_Court, ggplotly(), and Final_UConn_Shot_Charts_Prod. Trace where group_by() receives the waiver object and determine the missing or incompatible input; done means the example runs without the reported error or the required usage is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100