-
### What happened?
Hi,
When trying to run your code on the ggShakeR website for Tammy Abraham:
```
library(worldfootballR)
single_player
-
If (0,0) is at the _top-left_ of the pitch, then the L/R of the resulting pitch will be flipped. This is the case for Statsbomb data.
We should be able to write our pitch-specification to accommoda…
-
Good morning,
I have a problem: I'm trying to access with credentials at statsbomb data with your function, by using the "creds" argument, but it does not work: in particular, in order to do it, I'…
-
### Suggest an idea or something that can be improved.
Change `plot_pizza` and `plot_trendline` as required due to change in FBref data provider from StatsBomb to StatsPerform
-
Hi,
Some of my old code is not working anymore.
From the changelog I found that this has now changed.
I looked over the documentation, however I do just want to load in some local statsbomb files.…
-
Hi,
There is a bug in Statsbomb.py (function "read_lineup") in the following line:
match_id = os.path.basename(path_or_buf[:-5])
It should be:
match_id = os.path.basename(path_or_buf)[:-5]…
pakkk updated
2 years ago
-
I am having a problem too. Done all the install.packages stuff, but still getting this:
Downloading GitHub repo statsbomb/StatsBombR@HEAD
Error: Failed to install 'StatsBombR' from GitHub:
Gi…
-
Hi Andrew,
Using StatsBomb and your framework, I am trying to add the following information inside the **animation** function:
- Jersey_number of home and away players, but I cannot achieve it (…
pakkk updated
2 years ago
-
Configuring Cruise-Control from docker image to connect to MSK cluster in AWS:
Apache KAFKA version: `2.8.1`
```dockerfile
ARG CRUISE_VERSION=2.5.92-adbe-20220511
FROM adobe/cruise-control…
-
Hiya,
when i try to run
devtools::install_github("statsbomb/StatsBombR")
I get the following in RStudio
_Warning message:
In i.p(...) :
installation of package 'FILEPATH’ had non-zero …
mmtur updated
2 years ago