-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 990 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: ggfootball
Title: Plotting Football matches Expected Goals (xG) Stats with 'Understat' Data
Version: 0.2.0
Authors@R:
person("Aymen", "Nasri", , "aymennasrii@proton.me", role = c("aut", "cre", "cph"))
Description: Scrapes footbal match shots data from 'Understat' <https://understat.com/> and visualizes it using interactive plots:
- A detailed shot map displaying the location, type, and xG value of shots taken by both teams.
- An xG timeline chart showing the cumulative xG for each team over time, annotated with the details of scored goals.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
base64enc,
dplyr (>= 1.0.0),
gdtools,
gfonts,
ggiraph,
ggplot2,
ggsoccer,
glue,
highcharter,
utils,
rvest,
stringi,
stringr,
qdapRegex,
jsonlite,
readr,
tibble
URL: http://aymennasri.me/ggfootball/
BugReports: https://github.com/aymennasri/ggfootball/issues